diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
629 stars 89 forks source link

Yahoo login page reCAPTCHA #8

Open dornech opened 3 years ago

dornech commented 3 years ago

Using selenium-stealth I would expect that Yahoo does not request a reCAPTCHA for login as it does not doing a "normal" login in the browser. Is there any solution around?

dornech commented 3 years ago

Yahoo problem seems to be possible to be overcome by following settings: options.add_experimental_option("excludeSwitches", ["enable-automation"]) options.add_experimental_option('useAutomationExtension', False)

see also https://stackoverflow.com/questions/53039551/selenium-webdriver-modifying-navigator-webdriver-flag-to-prevent-selenium-detec