Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Acces to page denied
#1
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
Reply
#2
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/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Acces Flask Web App Using Other Devices shallanq 1 1,639 Apr-13-2020, 06:02 PM
Last Post: Larz60+
  use Xpath in Python :: libxml2 for a page-to-page skip-setting apollo 2 3,579 Mar-19-2020, 06:13 PM
Last Post: apollo
  Using a imported module in python via pache results in permission denied error zooitje 1 3,418 Aug-30-2018, 06:56 PM
Last Post: zooitje

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020