EdgeWebDriver
EdgeWebDriver copied to clipboard
Feedback and discussions about WebDriver for Microsoft Edge
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...
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...
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:...
### 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...
### 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...
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....
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...
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...
场景: edge使用域策略管理配置,用site.xml设置IE模式相关网站,使用驱动代填的时候,会有相应的提示bar弹出。 使用Edge驱动打开IE模式页面,会有提示:  代码: 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驱动打开网站,则提示更多:  代码: var ieOptions = new QA.IE.InternetExplorerOptions(); ieOptions.AttachToEdgeChrome...
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...