Forum Discussion
Larisa_Zaytseva
Jun 22, 2020Copper Contributor
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
- Deleted
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- Larisa_ZaytsevaCopper Contributor
Deleted Hello, Yes, we are using an outdated version of Microsoft Edge. We cannot use the latest version, it is not included in the distribution by default. When will the latest version be included in the distribution?
- Colleen_Williams
Microsoft
Larisa_Zaytseva Here's a blog post where we announced that the new Microsoft Edge will be included in Windows 10, version 20H2.
https://blogs.windows.com/windowsexperience/2020/06/16/whats-next-for-windows-10-updates/