enter image description hereHi I have the following element on the website
I Tried to do this code as follows:
button = driver.find_element(By.NAME, "request_log") button.click()
after running this code, i get this error: selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {“method”:”css selector”,”selector”:”[name=”request_log”]”}
are there any ways to fix it? Iv’e been trying to use The Webdriver wait method but it looks like it can’t find the element.
thanks in advance 🙂
are there any ways to fix it? Iv’e been trying to use The Webdriver wait method but it looks like it can’t find the element.
thanks in advance 🙂