-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to Undetected chromedriver #20
base: master
Are you sure you want to change the base?
Conversation
Also, fixed this error: Unable to locate element: regEmail
- Rename HIDE_BROWSER setting to HEADLESS - Seems like fixed chrome process leak issue
Captcha solving is impossible with normal selenium because it is detectable, please migrate to |
Are you sure about that? As I tested, undetected chromedriver makes 0 difference with regular selenium and captcha only checks your IP |
When I tested it, even with a very low risk IP (home), while using normal selenium, It always flagged with the audio captcha. However, the visual captcha seems to work fine. |
Yea, but I want to make sure you're aware that any IP is blocked if the captcha is solved +- 5+ times using audio. Even a home IP. Because when using some very good proxies, I'm seeing captcha block very infrequently |
Replacing standard selenium with a modified one - Undetected chromedriver.
It will probably reduce the chance of detection by captcha, I hope