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

Ref - [https://github.com/SeleniumHQ/selenium/issues/11729](https://github.com/SeleniumHQ/selenium/issues/11729) ### What happened? Problem opening new tab(s) in InPrivate mode for edge. ### How can we reproduce the issue? ```shell package com.seleniumtest.bugs; import io.github.bonigarcia.wdm.WebDriverManager; import org.openqa.selenium.WebDriver; import...

bug
tracked

Hi, Language: Groovy EdgeWebDriver Version: 111.0.1661.43 x64 (not important) Selenium : 4.8.1 (not important) By Start Edge WebDriver (msedgedriver.exe) report following line in Windows Console ErrorStream. **Microsoft Edge WebDriver was...

feature
feedback

I have two computers, one using Stable Edge and one using Edge Dev Channel. Yesterday afternoon, I started getting the exception below on the computer with Edge Dev. ``` OpenQA.Selenium.WebDriverException:...

bug

### What happened? Thank you so much for your time in advance. So was trying to implement BiDi Log in my project, for which I added the "webSocketUrl" capability as...

bug

### Hello, I am facing a serious problem whilst trying to run a very simple test using Internet Explorer Mode under Microsoft Edge [Chromium]. I am able to _launch_ Internet...

bug
ie

When I start edgedriver on Hyper-V virtual machine with headless=new. Created screenshot has always fixed ( and pretty small ) size. Tests are obviously also running on small screen size....

bug
tracked

Here are the error message. ``` Only local connections are allowed. Please see https://aka.ms/WebDriverSecurity for suggestions on keeping Microsoft Edge WebDriver safe. Microsoft Edge WebDriver was started successfully. Exception in...

bug
tracked

I honestly do not know how to quantify this. It is either the opening for a discussion about the difficulty of auto-updating EdgeDriver, or the URL that returns the "latest...

feedback
tracked

场景: edge使用域策略管理配置,用site.xml设置IE模式相关网站,使用驱动代填的时候,会有相应的提示bar弹出。 使用Edge驱动打开IE模式页面,会有提示: ![199149434-28c0eb71-ef47-4500-af43-a1d095d6a3d8](https://user-images.githubusercontent.com/7401458/199673816-9b735b47-e49c-4215-a5c8-2d05965479ba.png) 代码: var edgeOption = new QA.Edge.EdgeOptions(); //去除“Microsoft Edge 正在由自动化测试软件控制”提示 edgeOption.AddAdditionalEdgeOption("useAutomationExtension", false); edgeOption.AddExcludedArgument("enable-automation"); edgeOption.AddExcludedArgument("enable-logging"); edgeOption.AddArgument("--start-maximized"); edgeOption.AddArgument("--disable-infobars"); //忽略证书错误 edgeOption.AddArgument("--ignore-certificate-errors"); 而使用官方提示方法,IE驱动打开网站,则提示更多: ![199149620-70edb6a7-6c6c-4968-8e6f-f98034d78fe9](https://user-images.githubusercontent.com/7401458/199673838-d78048dc-593e-4878-b2d9-b7803ff0ccfb.png) 代码: var ieOptions = new QA.IE.InternetExplorerOptions(); ieOptions.AttachToEdgeChrome...

feature
feedback
tracked

I have upgraded to Selenium.WebDriver.IEDriver 4.2 i Selenium.WebDriver 4.2 recently. Before I was testing on IE11 - now I run my tests on Edge with IE mode. ``` var options...

bug
tracked
ie