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

When starting edge with selenium and edgedriver, we get an exception `The HTTP request to the remote WebDriver server for URL http://localhost:51498/session timed out after 60 seconds.` This only happens...

bug

I get the same error with the edge webdriver as the one described in the following issue (for chrome): [https://github.com/SeleniumHQ/selenium/issues/14514](https://github.com/SeleniumHQ/selenium/issues/14514) Here are my options : ``` edgeOptions.AddArguments("--headless=new"); edgeOptions.AddUserProfilePreference("download.default_directory", downloadFolder); edgeOptions.AddArgument("--log-level=3");...

bug

Hi We are using hosted agents which dont get recycled between runs to avoid initalization time penaltyes. to ensure we have a clean machine we run a set of scripts...

bug

I looked at the Documentation regardingf the Version of the Browser in conjunction to the Version of the Webdriver. Some noticed it should be an exact match others report it...

feedback

Hi, I've got a problem running MS Regression Suite Automation Tool on Windows 11 avd machine. It uses Selenium and MSEdgedriver. I use the drivers which were recommended by MS:...

bug

We just updated to this version of Edge 128.0.2739.67. The prior version of Edge didn't have this issue and the automation worked just fine. Now, when the new instance is...

feedback

from selenium import webdriver from selenium.webdriver.edge.service import Service from selenium.common.exceptions import WebDriverException # Path to the Edge WebDriver executable edge_service = Service(executable_path="C:\\Program Files (x86)\\Driver\\msedgedriver.exe") try: # Initialize the Edge WebDriver...

bug

Here’s the English translation of your text: The issue I’m encountering is as follows: I’m trying to write a semi-automated Python script that uses the Selenium library to access the...

feedback

After updating Edge to version 128.0.2739.42 or 128.0.2739.54 over the weekend, selenium started failing at taking screenshots. ``` File "selenium\webdriver\remote\webelement.py", line 347, in screenshot File "selenium\webdriver\remote\webelement.py", line 326, in screenshot_as_png...

bug

Hello, Windows drivers are missing from packages 127.0.2651.107 and 128.0.2739.56. Is that intentional? Please fix the issue because we do really need windows drivers. Thanks in advance

bug