EdgeWebDriver icon indicating copy to clipboard operation
EdgeWebDriver copied to clipboard

Feedback and discussions about WebDriver for Microsoft Edge

Results 105 EdgeWebDriver issues
Sort by recently updated
recently updated
newest added

### What happened? useShellWindowsApiToAttachToIe will be blocking on initial page in Edge IE Mode. The page will be stopping at below initial url ![image](https://user-images.githubusercontent.com/3264250/176080467-965d3ae3-2bf1-4574-b30b-d36b456c05c5.png) Just directly call the option in...

bug
ie

Right now, test authors need to download a version of Microsoft Edge WebDriver that matches the version of the browser they are driving. This pattern is true for other browsers...

feature

Feature to have: Delete history and all data after data after a test is completed using the setting options from IE to work for IE Edge mode. Currently, we have...

bug
tracked
ie

Almost exactly like https://bugs.chromium.org/p/chromedriver/issues/detail?id=4129&sort=-id. `networkConnectionEnabled` and `msedge` are returned when creating a session but they are not W3C WebDriver caps. These capabilities should be prefixed with `ms:`. ```'json { "value":...

bug
tracked

Recently I have moved from selenium 3.14 to Selenium 4 in order to enable automation in Microsoft edge with IE mode. On clicking most of the elements its throwing following...

bug
tracked
ie

I'm probably missing something, but please could I have a link to Edge WebDriver's release notes page? E.g. here's [the analogous ChromeDriver release notes page](https://chromedriver.chromium.org/downloads), (also as [individual text files](https://chromedriver.storage.googleapis.com/101.0.4951.41/notes.txt))....

feedback
tracked

The file on https://msedgedriver.azureedge.net/LATEST_STABLE reports the latest STABLE version as `129.0.2751.0`, when per the official website https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/?form=MA13LH it is `127.0.2651.86` ![image](https://github.com/user-attachments/assets/f9873fe0-5271-4b20-b406-a6d27e2b5a37) This leads to failures in our web driver updates,...

bug

We have a Selenium automation that works fine when used with ChromeDriver in Azure VMSS. However, when I try with EdgeDriver it crashes: ``` System.InvalidOperationException: session not created: Microsoft Edge...

bug

The responses of the Edge updates API are not consistent (checked at the end of July 2024 and the beginning of August 2024). The stable release of Edge is 127...

I'm trying to match the correct version of the Microsoft Edge WebDriver with the installed version of the Microsoft Edge browser on my Debian system. The version numbers between the...

feedback