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

edge browser have nice feature "split screen" ![image](https://github.com/MicrosoftEdge/EdgeWebDriver/assets/115998253/96533b50-c828-4e5c-b3c8-d8182a8b5c9f) but currently it seems impossible to activate without image recognition software. will be nice if will be added more programmer friendly way...

feature

When starting Microsoft Edge Beta 122 with the corresponding selenium driver 122.0.2365.16, the browser is started but unable to navigate to the given URL. The driver.get(url) function hangs forever. After...

bug

We have a testautomation framework which is working fine on my own system. It uses drivermanager to fetch the right version of msedgedriver.exe and then is supposed to launch edge...

feedback
tracked

Edge browser is getting closed unexpectedly since the driver update to 120 version. getting error as no target window : target window already closed. Java version : 11 selenium version...

bug

While using InPrivate mode, downloading XML files triggers a security pop-up showing the file download blocked message. I used the following options but they didn't work. I didn't find any...

bug

The error occurs when performing the operation as subject. (I believe the problem is specific to the Edge side, as it was not reproduced with the Chrome Driver) My environment...

bug

After updating Edge to version `119.0.2151.44` over the weekend, selenium started logging my browser junk again. I am unable to disable DevTools logging: ``` options.add_experimental_option("excludeSwitches", ["enable-logging"]) ``` Tried even some...

bug

Hello Microsoft, When precising a dedicated "Profile 1" to edge driver together with --disable-features=SwitchIntranetSitesToWorkProfile, opening an intranet URL will switch to "Work" Profile. Only option found is to disable the...

bug
feedback
tracked

Automation tests with MicrosoftEdge driver will break whenever this capability is included "ms:edgeOptions": { excludeSwitches: ["enable-automation"] } Everything was fine in version 115, it started to break on version 119...

bug
tracked

Hi Team, We are trying to attach Edge browser with OpenAI.Selenium.Edge but we are getting below error: Error: The HTTP request to the remote WebDriver server for URL http://localhost:52526/session timed...