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 Happen Two windowhandles are generated when a PDF tab is opened, and an error occurs when an operation is performed on the untethered windowhandle. ## since when? This...

bug

I am navigating to a JIRA site and attempting to create a JIRA using Selenium and C# and the following configuration: Edge Browser version 133.0.3065.82 Microsoft Edge WebDriver version: 133.0.3065.59...

bug

After showing a new tab with a pdf in it, a call to the "WindowHandles" returns wrong number of handles. totWindowHandles = new List(driver.WindowHandles); int flikarEfter = totWindowHandles.Count; flikarEfter is...

While launching EdgeDriver by pointing to default user data directory in Edge, it throws exception. `Could not start a new session. Response code 500. Message: session not created: Microsoft Edge...

bug

Hi Team, As part of our company security policy, all external files should be accessed through our enterprise artifactory (jfrog). Can you please help me with the details to set...

feedback

Hi! When I run follwing code against my selenium hub: ``` import java.net.URI; import org.junit.Test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.edge.EdgeOptions; import org.openqa.selenium.remote.DesiredCapabilities; import org.openqa.selenium.remote.RemoteWebDriver; public class WindowsMaximizeTest { @Test public void...

bug

The responses of the Edge updates API have changed recently: https://edgeupdates.microsoft.com/api/products/ The following JSON fields are different now: - `ArtifactName` -> `artifactName` - `Hash` -> `hash` - `HashAlgorithm` -> `hashAlgorithm`...

bug

**What happened?** I'm running a test where I use IE Driver and Selenium to click on a link that opens a PDF in a new browser tab. Once the tab...

bug

### Overview 🧾: This feature request proposes adding a keyboard shortcut in Microsoft Edge to directly create and add a new tab under an existing tab group. Currently, users must...

feature

As per [this](https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/#:~:text=It%20is%20possible%20that%20azureedge,first%20few%20months%20of%202025.&text=No%20other%20party%20will%20ever%20have%20access%20to%20use%20these%20domains.) information, some domains pertaining to `azureedge.net` will end operation. In our [github-runner-images](https://github.com/actions/runner-images) repository, we use the domain `msedgedriver.azureedge.net` for installation of [edgedriver](https://github.com/search?q=repo%3Aactions%2Frunner-images%20azureedge.net&type=code) Please help us on the...

bug