Answer the question
In order to leave comments, you need to log in
Is it possible to block Selenium Webdriver from working?
I wrote a program that logs in to the site, performs certain actions, and now an error occurs when the button is pressed: driver.find_element_by_id("exbutton").click()
Could the site owners block the operation of Selenium Webdriver?
Answer the question
In order to leave comments, you need to log in
They couldn't, selenium is just a program that opens a browser, the server doesn't know anything about it. And even if they did it (according to the user agent, for example), then not only the button would stop working for you.
Most likely, they just changed the layout or some kind of asynchrony there, which used to work by accident, but now your network has dipped and something does not have time to load, for example.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question