When I'm trying to click an element i get the error but in reality the element is clicked.
driver = webdriver.Chrome()
driver.get("some url here")
start_button = driver.find_element_by_class_name('start-button')
start_button.click()
When I'm trying to click an element i get the error but in reality the element is clicked.
driver = webdriver.Chrome()
driver.get("some url here")
start_button = driver.find_element_by_class_name('start-button')
start_button.click()