Relative Content

Tag Archive for pythonselenium-webdriverselenium-chromedriver

The website shows me an error when trying to access it with selenium, how do i get past this error?

I am trying to access https://bid.cars/en/search and the webpage shows up but as soon as i try to search anything on it using selenium, it gives me an error and stops me from using the website. I think the website has some sort of a security feature that recognizes that the browser has been opened by a bot and refuses to let me search or browse the website. Is there any way i can get around this problem and search on the website?

Selenium Python Script Failing for unknown reason

Its pretty self explanatory as to what the script does but to summarize, it opens youtube and types “hello” into the search bar then presses enter. The issue is that it opens youtube but doesn’t type hello or press enter.