Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [selenium-iedriver]

The InternetExplorerDriver is a standalone server which implements WebDriver's wire protocol.

selenium-iedriver
0 votes
0 answers
10 views

Selenium runs faster when executed via command compared to when running through Windows services

You're using Selenium IEDriverServer to run tests in IEMode of Edge, and i have noticed that running via command is four times faster than running via Windows Services. You've checked the priority ...
WGum's user avatar
  • 1
0 votes
1 answer
791 views

Edge in IE mode automation is not working with IEDriverServer

I was trying to automate Edge in IE mode using selenium IEDriverServer.exe. When the code is executed, the browser window appears on the screen and remains stuck for sometime throwing a timeout ...
Simulator World's user avatar
-1 votes
1 answer
340 views

Selenium python program freezes at get() function

A simple python program freezes on the get() function of the selenium driver and does not return. Please find below the written code: self.browser = webdriver.Ie("IEDriver\\IEDriverServer....
QwertyQuirk's user avatar
-1 votes
1 answer
886 views

How to set zoom level for MS-Edge in IE MODE browser using selenium 3.141.59 on windows 11?

I am automating a web application in ME-Edge in IE Mode on Windows 11. I have to set zoom level to 80% for same requirement for all end to end test cases. I tried with multiple given code // To zoom ...
Prashant's user avatar
  • 1,409
0 votes
1 answer
740 views

NoSuchElementException: Unable to find element error while running Edge driver in IE Mode using Selenium 4 with Microsoft's example

I am using: Selenium version 4.3.0 IE Driver 4.3.0 (32 bit) Edge Version 103.0.1264.71 Java (JRE 1.8) I'm attempting to get a simple Edge driver in IE mode example working, that is exactly from the ...
S8e's user avatar
  • 1
0 votes
1 answer
82 views

Selenium github actions IWebBrowser2::Navigate2() failed exception

I am using Selenium to automate my Internet Explorer application in Github actions. When I try to run it I get the error message: This usually means that a call to the COM method IWebBrowser2::...
destylqcja's user avatar
1 vote
0 answers
326 views

Selenium 4 C# Edge IEMode - WindowHandles funtion does not increase number of handles when new browser window appears

I updated Selenium to 4. I test legacy app that runs only on IE. Now IE will be closed down and I need to switch to MS Egde in capability mode. My tests during execution need to switch to new browser ...
Lukasz's user avatar
  • 31
0 votes
2 answers
381 views

SessionNotCreatedException with Selenium 4.1.3/IEDriverServer 4.0.0 without open desktop session (works with Selenium 3.141.0/IEDriverServer 2.53.1)

I'm running Selenium via a Jenkins Maven job. The job is running on a separate Jenkins agent without a remote desktop session open to it. When I run in Selenium 3.141.0 with IEDriverServer 2.53.1.0 it ...
Dili's user avatar
  • 586
0 votes
1 answer
2k views

The method attachToEdgeChrome() is undefined for the type InternetExplorerOptions using selenium-server-4.0.0-alpha-2

I want test the IE mode for Edge browser with Selenium. I found the solution on the MS site here: https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/ie-mode?tabs=java I am using the ...
Amit Jathar's user avatar
0 votes
3 answers
572 views

getWindowHandles method returns incorrect number of window handles using MS EDGE IE11 and Selenium version 4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are intermittently facing issues while retrieving number of windows open ...
Gaurank Verma 's user avatar
0 votes
2 answers
621 views

clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are continuously facing issue when we are clearing any TextBox field using ...
Gaurank Verma 's user avatar
0 votes
1 answer
283 views

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's user avatar
  • 1
2 votes
1 answer
1k views

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 ...
Ajay 's user avatar
  • 31
0 votes
2 answers
725 views

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)/...
Leo Angelo's user avatar
1 vote
1 answer
423 views

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 ...
Mahather Mohamed's user avatar

15 30 50 per page
1
2 3 4 5
17