EdgeWebDriver
EdgeWebDriver copied to clipboard
Feedback and discussions about WebDriver for Microsoft Edge
### What happened? I use selenium-java 4.14.1 and 32 bit Windows IE Driver: [IEDriverServer_Win32_4.14.0.zip](https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14.0/IEDriverServer_Win32_4.14.0.zip) ``` org.seleniumhq.selenium selenium-java 4.14.1 ``` I created 2 Tabs with Edge in IE-mode: Tab1, Tab2 when...
EdgeDriver Version 116.0.1938.69 - Changed behaviour for WindowHandles Count with Open PrintDialog
We are testing a WebApp with Selenium 4 (Version 4.11) on Edge Browser. about 3 weeks ago the Browser was updated to Microsoft Edge for Business Version 116.0.1938.54 in our...
Starting with msedgedriver and edge 116 our automated tests fail and report an error as follows: [0-0] 2023-09-07T19:37:08.536Z WARN edgedriver: [1694115428.536][SEVERE]: Rejecting request with non-local host: 0.0.0.0:58982 [0-0] 2023-09-07T19:37:08.540Z WARN...
When launching selenium webdriver with UseWebView however the application cannot start because `WEBVIEW2_USER_DATA_FOLDER `is set `C:\WINDOWS\SystemTemp\scoped_dir*`. We tried to overwrite this location to a different location by passing in --user-data-dir=...
I downloaded Edge Browser and EdgeWebDriver from Microsoft's official website, both of which are Mac versions with version number 115.0.1901.188. Download and install the Edge browser successfully, then I download...
Hello I'm running Python Script Using MS Edge WebDriver. If I look in my C:\\EdgeDriverTemp I do not see DevToolsActivePort either **Selenum Version: 4.11.0 Edge Version: 115.0.1901.188** Edge WebDriver: 115.0.1901.188...
Team, I am facing below issue very frequently, I am running my test on Edge browser and I am having 30% Failures due to this. Failures are random sometime browser...
using options.AddArgument("--force-device-scale-factor=1.25"); makes no difference using js.ExecuteScript("document.body.style.zoom = '110%'"); is working, but it is not reflecting in edge option and after that unable to do actions like click getting ElementNotInteractableException
Ability to pass user data directory argument to IEDriverServer for use automating Edge legacy mode
Currently, as far as I can see there is no way to add options to the Edge browser instance that is launched when using IEDriverServer to automate Edge Legacy mode....
Selenium Edge with IEMode( IEDriverServer (4.0.0.0) Unable to create session when run on locked VDI
**What happened?** **Scenario-** Execution of the selenium code in the locked window or on some remote desktop. **Issue-** Following error is encountered whenever the selenium script is put on execution...