Skip to content

move_to_element() doesn't work #5807

@Dashu-Xu

Description

@Dashu-Xu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions