Python Forum
Acces to page denied - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Acces to page denied (/thread-24297.html)



Acces to page denied - julio2000 - Feb-07-2020

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


RE: Acces to page denied - Larz60+ - Feb-08-2020

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-simple-captchas-using-python-tesseract/