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

Hi Max, since latetest Edge Update I´m getting this error: ` 2024-08-27 13:24:41: Commandline arguments parsed and set 2024-08-27 13:24:41: LogLevel Information 2024-08-27 13:24:44: Starting... 2024-08-27 13:24:44: Application started. Press...

bug

PDF-printing through msedgedriver seems to have stopped working after the last update (we think). It times out: OpenQA.Selenium.WebDriverTimeoutException: timeout: Timed out receiving message from renderer: 10.000 *How to reproduce:* 1....

bug

1. Launch the application and log in. 2. Navigate to a specific screen that opens in a new window, where multiple file download links are available. 3. Before clicking the...

bug

With Edge 134 (tested 134.0.3124.51, .66, .68, and .93) `.Click()` method calls on `` or `` which trigger navigation via POST form submission sometimes (~20%?) return before page navigation completes....

bug

**Issue:** I am using Selenium with python to perform actions in Edge browser After visiting internal edge urls, such as "edge://favorites" or "edge://downloads", calling driver.close() does not work - nothing...

bug

![Image](https://github.com/user-attachments/assets/feaf6330-fd43-4cc1-aca4-908f7aa8dfc0) ```csharp driver.Url = UrlBuilder.WhereIs("animals"); driver.Manage().Cookies.AddCookie(new("key1", "value1")); driver.Manage().Cookies.AddCookie(new("key2", "value2")); await Task.Delay(3_000); var cookies = await bidi.Storage.GetCookiesAsync(); Assert.That(cookies, Is.Not.Null); Assert.That(cookies, Has.Count.EqualTo(2)); // fails here: Expected: property Count equal to 2, But...

bug

I have an application using Selenium to automate Edge browser that throws this error message: probably user data directory is already in use, please specify a unique value for --user-data-dir...

bug

If you do the following, it will not respond. This occurs from version 133 onwards. msedgedriver - Edge version combination 134 - 134: Occurs 133 - 133: Occurs 132 -...

bug

When I drive Edge with Selenium (.NET) on a dev machine (Windows 11), everything works fine. When I do the same on an office PC (also Windows 11), I get...

feedback

**What happened?** In edge v 133 I was able to start Edge in private mode and application mode at the same time. In version 134 it is not possible. Please...