python webdriver element not interactable

Solutions on MaxInterview for python webdriver element not interactable by the best coders in the world

showing results for - "python webdriver element not interactable"
Neele
24 Sep 2016
1element = driver.find_element_by_xpath("(//a[contains(@href, '')])[20]")
2driver.execute_script("arguments[0].click();", element)