Replies: 1 comment 2 replies
-
Did you find the solution? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a simple script for some web scraping application, because this website use Cloudflare bot detection so I need to use Undetected-chromedriver. Here's my code:
It works fine the first time I launch the profile but when I login to random website like google in the chrome profile and ran the code again I get this error:
I have tried to update selenium, undetected-chromedriver library but nothing work. What am I doing wrong here ?
Beta Was this translation helpful? Give feedback.
All reactions