Replies: 1 comment 2 replies
-
Use nodriver |
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
-
Website kz.amway.com shows a captcha when using undetected-chromedriver as usual:
driver = undetected-chromedriver.Chrome()
driver.get('https://kz.amway.com')
And then blocks access, even if the captcha is passed correctly by user.
All known methods of hiding the bot, do not work. If Chrome is launched from the program by chromedriver - access blocked.
Any ideas, how to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions