Forums

Please upgrade to a supported browser to get a recaptcha challenge

I'm having this issue with Chrome Webdriver in Python Anywhere:

Please upgrade to a supported browser to get a recaptcha challenge.

Any chance to solve this issue?

It looks like the owner of the site does not want to be scraped.

The solution that worked for me was to place incognito option in webdrive:

opts.add_argument("--incognito")

Thanks for letting us know!