Forum Discussion

Larisa_Zaytseva's avatar
Larisa_Zaytseva
Copper Contributor
Jun 22, 2020

Do not execute events in EDGE new version MicrosoftWebDriver.

After the upgrade, Edge and webDriver stopped working when the dropdown item was closed.
Example: Open the drop-down list. Click on the close-button. Drop-down list is closed.
We point to any element on the page, events do not work, except mouseOver (mouseleave, mousedown),
I have found the event is stuck in the drop-down list.
The problem of source code was excluded.
Has anyone encountered such a problem?

Exsample code:
elem = driver.find_elements_by_class_name('link_pseudo_yes')
elem[1].click()
chains = ActionChains(driver)
close = driver.find_element_by_class_name("inline-stocks__popup-close")
close.click()
elem2 = driver.find_elements_by_class_name("news__tab-text")
chains.move_to_element(elem2[1]).perform()

 

 

 

Microsoft Edge 44.18362.449.0

Microsoft EdgeHTML 18.18363

MicrosoftWebDriver 10.0.18362.1

  • Larisa_Zaytseva Thanks for reaching out, and welcome to our MSFT Edge Insider community!

     

    As a starting point, it looks like you're running the Legacy version of Microsoft Edge (we're now shipping builds 81-85; you can try the Stable channel here.) However, johnjansen might be able to provide some information for your current use case.

     

    Fawkes (they/them)
    Project & Community Manager - Microsoft Edge

Resources