IE Driver | Selenium Forum
A
Archita Ghosh Posted on 01/02/2020

Hi All,

I am facing issue in opening IE driver.

Every time when system calls IE driver it is opening a blank IE page with random local host and below message

"

This is the initial start page for the WebDriver server."

Can you please suggest how I can resolve this issue?


A
Ashish Thakur Replied on 03/02/2020

This is not an issue.

 

try using the below command. If it opens google.com then the code is working absolutely fine.

driver.get("https://www.google.com/");


A
Archita Ghosh Replied on 05/02/2020

It did not work, After the browser open eclipse stopped running and I am getting below message in console

Started InternetExplorerDriver server (32-bit)

3.14.0.0

Listening on port #####

Only local connections are allowed

 


A
Ashish Thakur Replied on 06/02/2020

These are the logs.

Please share the complete exception stack trace.


Related Posts