python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
IEDriver Server 4.0.0.0 doesn't provide any response when running using Selenium Java
I recently upgraded the IE Driver server to version 4.0.0.0 32- bit. When I run my test case it launches the browser but never shows any error or responds.
Selenium Version - 3.141.59 IE Version:
IE ...
Zee
Votes: 0
Answers: 1
IE driver 4.0.0 stuck at This is the initial start page for the WebDriver server
I am using Internet Explorer driver 4.0.0(32bit) and selenium updated version 4.1.2when I run the code using Internet Explorer driver 4.0.0 it is stuck at This is the initial start page for the WebDri...
Ajay
Votes: 0
Answers: 1
Is there a way to open HTTP web in Edge using selenium and iedriver?
So i'm using this code but if the web is HTTP it opens on IE instead of Edge.
var ieOptions = new InternetExplorerOptions();
ieOptions.EdgeExecutablePath = "C:/Program Files (x86)/Microso...
Leo Angelo
Votes: 0
Answers: 2
Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070005 ('Access is denied.') using IEDriverServer v3.150.1
When I try to run the protractor scripts using IEWebdriver3.150 am getting Access denied Error as:
Error:
E/launcher - Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 8007...
Mahather Mohamed
Votes: 0
Answers: 1