-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Description
thanks for this lib!
Meta -
OS: Win 10
Selenium Version: 3.5.0
Browser: Firefox / Chrome
Browser Version:
Firefox 59.02 and Chrome 64.0
Expected Behavior -
the move_to_element() doesn't work without any expected
A pice of my code -
WebDriverWait(driver, 30).until(EC.presence_of_element_located((By.XPATH, "//div[@class='geetest_item geetest_big_item']")))
item = driver.find_element_by_xpath("//div[@class='geetest_item geetest_big_item']")
ActionChains(driver).move_to_element(item).perform()i had try same code both with Firefox and Chrome.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels