-
## Meta -
OS:
Windows 10
Selenium Version:
3.4
Browser:
Edge
Browser Version:
16.16259
## Expected Behavior -
C# bindings return "Session Not Created Exception" when WebDriver thro…
-
11 05 2016 00:58:35.765:ERROR [launcher.sauce]: Heartbeat to microsoftedge 20.10240 (Windows 10) failed
[title()] Error response status: 13, , UnknownError - An unknown server-side error occurred wh…
-
I am using Windows 10 Build 10586. I have installed Microsoft Edge browser Release 10586
The following action classes do not get executed while inside an iframe within the Microsoft Edge Driver:
…
-
## Meta -
OS: Windows 10
Selenium Version: 3.5.3
Browser: Microsoft Edge
Browser Version: Microsoft Edge 40.15063.0.0 (64-bit)
## Expected Behavior -
The selenium will run next st…
-
I having trouble getting the EdgeDriver from EdgeDriverManager to get() pages initializing the EdgeDriverManager.
```
@Test
public void test() throws IOException, InterruptedException {
…
-
## Meta -
OS: Windows 10 Pro for Workstations.
Selenium Version: 3,8.1
Browser: Edge
Browser Version: Microsoft Edge 41.16299.15.0
I am attempting to test what happens when I log onto the A…
-
Unable to work with parallel browsers by using Microsoft Edge. Parallel test execution works fine with chrome and Internet Explorer. I'm using TestNg xml file to run tests in parallel.
Exception Me…
-
My code :
EdgeOptions options = new EdgeOptions();
options.setPageLoadStrategy( "eager");
WebDriver driver = new EdgeDriver(options );
driver.get("https://www.baidu…
-
-->
Browser Version:
## Expected Behavior -
No error
## Actual Behavior -
Edge load fails with exception "invalid capability"
## Steps to reproduce -
download webdriver for Win 10…
-
Lines 706-716 in selenium/webdriver/remote/webdriver.py in 2.46.1 breaks findElement and findElements compatibility with non web drivers as it replaces all strategies with css selector strategy. This …