I’m trying to carry out an automation and I’m having this problem, apparently it’s happening because I downloaded the latest version of webdriver.
I saw on a link that I should use this method now to search:
browser.find_element(by=By.XPATH, value=”/html/body/div/div/form/section[2]/input”).click()
but it is still showing the same error, I changed everything in my code that searched for xpath.
I tried to change everything in my code to update the search method on the site, but it gives the same error.
pedro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.