Replies: 2 comments
-
maybe it's worth of mentioning that I run script from docker container |
Beta Was this translation helpful? Give feedback.
0 replies
-
Although there's a Dockerfile for regular (non-stealthy) SeleniumBase use: SeleniumBase/Dockerfile, Docker leaves a detectable fingerprint, which makes Docker incompatible with UC Mode / CDP Mode for stealth. If you want to run undetectable automation on a Linux server, GitHub Actions works well for that, as discussed in this YouTube video: https://www.youtube.com/watch?v=Mr90iQmNsKM. If you have something that already works, then I would just use that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using user_data_dir and about after 2 times I run script my script is being detected by cf turnstile. Removing user_data_dir significantly increases success rate.
Is there maybe some folder/file which I should remove to keep my browser stealthy?
Beta Was this translation helpful? Give feedback.
All reactions