EdgeWebDriver
EdgeWebDriver copied to clipboard
Feedback and discussions about WebDriver for Microsoft Edge
### What happened? useShellWindowsApiToAttachToIe will be blocking on initial page in Edge IE Mode. The page will be stopping at below initial url  Just directly call the option in...
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 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...
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":...
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...
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))....
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`  This leads to failures in our web driver updates,...
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...
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...