EdgeWebDriver
EdgeWebDriver copied to clipboard
Feedback and discussions about WebDriver for Microsoft Edge
On https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/, the Linux driver is missing for 126.0.2592.113. According to https://github.com/actions/runner-images/blob/ubuntu22/20240721.1/images/ubuntu/Ubuntu2204-Readme.md#browsers-and-drivers, GitHub actions uses this version of Edge, and using wdio, we are trying to run tests using EdgeDriver...
The "Leave site?" alert is not displayed in the Edge Beta when using EdgeDriver 127 version. The bug is reproduced only if the Edge Beta was opened by EdgeDriver. If...
Hi, Could you please provide support for Edge Driver Installation from Brew.sh If its already present please provide me instructions.
An error occurred while initializing the browser: Message: session not created: Microsoft Edge failed to start: crashed. (session not created: DevToolsActivePort file doesn't exist) (The process started from msedge location...
I have an issue with my Selenium WebDriver automated tests because edgedriver blocks the Set-Cookie action for our test domain. It is saying that this attempt to set a cookie...
## Issue: Microsoft Edge WebDriver currently supports only ZIP archives for downloads, which poses challenges for developers using languages without built-in ZIP support. ## Impact: This limitation complicates automation workflows,...
# Expected Behavior: When a SIGTERM or SIGINT signal is received (for example, when terminating the WebDriver process gracefully), EdgeWebDriver should properly clean up all active sessions and resources associated...
I don't think there's a `host` flag for `msedgedriver` ? ```bash $ .build/bin/msedgedriver.exe --help | grep host --allowed-origins=LIST comma-separated allowlist of request origins which are allowed to connect to msedgedriver....
**Description:** I am experiencing an incompatibility issue between the version of Microsoft Edge WebDriver and the version of the Microsoft Edge browser. **Error Details:** This error occurs because the version...
Does Edge work on Android physical devices? I am trying to run a automated test on Edge browser installed on a Android device. If yes, is there a documentation or...