Python Forum

Full Version: Acces to page denied
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
driver = webdriver.Chrome()
driver.get('https://www.snipes.nl/login')
So I made this simple piece of code where it go's to a certain url where i want my script to log in. Selenium opens the chrome tab and goes to the url, and the site gives the following error:

Please verify you are a human

'HERE IS A CAPTCHA'

Access to this page has been denied because we believe you are using automation tools to browse the website.

This may happen as a result of the following:

Javascript is disabled or blocked by an extension (ad blockers for example)
Your browser does not support cookies
Please make sure that Javascript and cookies are enabled on your browser and that you are not blocking them from loading.

Is there a way to solve this problem?


Reference ID: 52c54270-49e1-11ea-b3f4-bbba2e084c07
there's a bunch of blogs you can read
try 'how to scrape around captcha python' on google
one of interest: https://www.scrapehero.com/how-to-solve-...tesseract/