Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to use ActionChains selenium python with WebDriverWait

ActionChains(driver).move_to_element(WebDriverWait(driver, 120).until(EC.element_to_be_clickable((By.XPATH, 'xpath'])))).click().perform()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ActionChains #selenium #python #WebDriverWait
ADD COMMENT
Topic
Name
2+2 =