EdgeWebDriver
EdgeWebDriver copied to clipboard
Feedback and discussions about WebDriver for Microsoft Edge
edge browser have nice feature "split screen"  but currently it seems impossible to activate without image recognition software. will be nice if will be added more programmer friendly way...
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...
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...
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...
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...
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...
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...
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...
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...
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...