From 12280c6d544f89d2dc2b9c77086ae92220302d41 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Fri, 7 Nov 2025 09:10:29 +0100 Subject: [PATCH] Selenium Undetected Standalone Chromedriver README with bugfix --- undetectedChromedriver/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 undetectedChromedriver/README.md diff --git a/undetectedChromedriver/README.md b/undetectedChromedriver/README.md new file mode 100644 index 0000000..288a759 --- /dev/null +++ b/undetectedChromedriver/README.md @@ -0,0 +1,13 @@ +# Selenium Undetected Standalone-Chromedriver + +Selenium Standalone-Chromedriver with Undected-Chromedriver applied + +## Bug + +```txt +Could not start a new session. Response code 500. Message: session not created: probably user data directory is already in use, +``` + +Go into the `/home/seluser` director in the container and run `rm -rf ~/.config/google-chrome/Singleton*` + +If it doesn't work, the log can be found in the set profile folder in the file `chrome_debug.log`