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

Hello! I am trying to run my usual test cases in wedriverIO using Microsoft Edge browser. Since the latest Microsoft Edge update, I keep getting this error: '2024-05-08T07:56:37.941Z ERROR @wdio/runner:...

feedback

Hi Guys, I want to disable the profile switching and auto-signing with my work profile feature of Edge so that it won't redirect me to my organization URL. I tried...

bug

Code Map edgePrefs = new HashMap(); edgePrefs.put("profile.default_content_settings.popups", 0); edgePrefs.put("profile.default_content_setting_values.notifications", 2); edgePrefs.put("download.default_directory", file1); edgePrefs.put("profile.default_content_setting_values.automatic_downloads", 1); edgePrefs.put("download.prompt_for_download", false); EdgeOptions options = new EdgeOptions(); options.setExperimentalOption("prefs", edgePrefs); options.addArguments("start-maximized"); // open Browser in maximized mode...

bug
tracked

Hello I'm trying to run Selenium tests with Azure DevOps and I'm getting this error message: [Failed] [disconnected: Unable to receive message from renderer (failed to check if window was...

bug

Hi there, Since version 119 on some machines edge browser is not able to run due to the following error: _"Code Integrity determined that a process (\Device\HarddiskVolume2\Program Files (x86)\Microsoft\Edge\Application\msedge.exe) attempted...

feature

Issue : Creating simple selenium edge webdriver session resulting in error. Code: -------------------- from selenium import webdriver from selenium.webdriver.common.by import By driver = webdriver.Edge() driver.get('https://bing.com') driver.quit() -------------------- Log Message: [1710521384.317][INFO]:...

bug

Hi We have a java selenium framework supporting internal software and using multiple browsers. After an update from Edge 118.0.2088.76 to 120.0.2210.144 WebElement.click() functionality started failing for some fields, tabs...

bug

I have updated my edge browser to version 120.0.2210.61 and updated edge webdriver to 120.0.2210.133. When i run my automated robot framework test case and i got this error :...

bug

Hello team! Thank you for your work! We use webdriverio + edgedriver to run autotests. Our tests work in chrome. But in Edge: `Error: The uploadFile command is not available...

bug

1.Could not start a new session. Response code 500. Message: unknown error: msedge failed to start: crashed. (unknown error: DevToolsActivePort file doesn't exist) (The process started from msedge location C:\Program...

bug