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

All Questions

0 votes
1 answer
620 views

Failed to navigate to http://10.22.32.185 This usually means that a call to the COM method IWebBrowser2::Navigate2() using IE 11 on Win10 and Selenium

I have problem with start webdriver IE 11 in Selenium , Windows 10 version 20H2. [ERROR] Tests run: 23, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 820.596 s <<< FAILURE! - in TestSuite ...
Kamil Surma's user avatar
2 votes
3 answers
195 views

Unable to retrieve page_source using IE11 and Selenium using Python

driver = webdriver.Ie() driver.implicitly_wait(5) url = "http://nontax.hebcz.cn" driver.get(url) driver.maximize_window() print("=======") print(driver.page_source) print("====...
user5524535's user avatar
1 vote
2 answers
107 views

Selenium Webdriver sendKeys enters values in IE11 32 bit but then removes it

I have to enter text in a input box in a selenium test in java. I am using below code to do that and it enters the characters but then deletes it: WebElement depart=webControls.getDriver()....
Sneh Tripathi's user avatar
0 votes
1 answer
7k views

Selenium Web driver IE 11 [duplicate]

I am new to selenium and trying to execute my selenium web-driver script on IE 11 with window 10 combination sometime its run really slow and most of the time test fails with exceptions. Exception: ...
Mirfan's user avatar
  • 1
0 votes
1 answer
770 views

Selenium performance with InternetExplorerDriver and IE11

I am facing a very slow response when running my scripts on IE11. Sometimes, I get FocusWindowsClosed, ElementIsNotClickable. I have changed the zoom settings for all zones, created feature BFCACHE ...
Alex Alex's user avatar
0 votes
2 answers
2k views

"This is the initial start page for the WebDriver server" - Unable to resolve in Selenium/Python program using IE 11

After running my Selenium/Python program, browser opened with below message: This is the initial start page for the WebDriver server I have done below steps to resolve this: In IE Options -> ...
murthymrk's user avatar
2 votes
1 answer
376 views

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session error with Selenium and IE11 using Java

I'm trying to automate my test cases using Selenium with the following software applications. WebDriver 3.12.0 InternetExplorerDriver3.150.1 IE11 browser Java1.8.0.231 Here's my script to ...
Karunagara's user avatar
0 votes
0 answers
146 views

Facing slowness on executing selenium script through Jenkins(remotely) on IE11 browser

I am facing slowness on trying to execute my selenium script remotely on IE11 However, this is comparatively working fine with local execution Selenium version: 3.141 IE driver: 3.14.0 I am working ...
Mohd Parvez's user avatar
0 votes
2 answers
187 views

Click method behaves differently when using ChromeDriver with Chrome and IEDriverServer with Internet Explorer 11

I have created xpath on chrome as : "//a[@href[contains(.,'moduleCode=MASTER')]]" This xpath is working fine for chromedriver. However, when the same Xpath is being executed for IEDriverServer it ...
Lokesh Singh's user avatar
2 votes
1 answer
7k views

What is the correct IEDriverServer version to use with IE 11 through Selenium

I just got updated to Windows 10 (x64). My old desktop had IE 11 but a lower version, as it was running Windows 7. I now have the following IE version: Version: 11.648.17134.0 Update Versions: 11.0....
Tony's user avatar
  • 1,145
0 votes
1 answer
9k views

Which is the compatible version of IEDriverServer for IE11 and Selenium 3.13?

I am automating tests with IE11 and Selenium 3.13 and I was testing different version of IEDriverServer but every version has a bug. I want a stable version to combine IEDriverServer with IE11 and ...
user3313418's user avatar
-2 votes
1 answer
862 views

Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.') with IEDriver Selenium IE11

I am using VS2017 on a Win10 (17134.471) machine and I just installed Selenium. I can get Chrome, Firefox, Edge to work but not IE11 (11.471.171340). I believe that I have done all the other ...
StephanM's user avatar
  • 743
1 vote
1 answer
3k views

Unable to launch IE 11 when running selenium with IEDriverServer 3.9.0.0

I'm having issues launching IE 11 when I run my selenium tests. Here is the code I am using to setup my browser if (browser.equalsIgnoreCase("ie")) { System.setProperty("webdriver.ie.driver",...
kav's user avatar
  • 165
4 votes
1 answer
2k views

Selenium IEdriver issue "WebDriverException : The HTTP request to the remote WebDriver server for URLxxxx timed out after 60 seconds."

I am using IEDriverServer 3.9 with IE 11 on Win10 . Test solution using C# with .NET frmaework 4.6.1. I'm getting the classic error at the moment of lunching my selenium tests, it opens IE but after ...
Esteban Balvin's user avatar
1 vote
1 answer
3k views

actions.MoveToElement() not working on ie 11

The same method used in the test automation project I wrote in c # does not work in internet explorer 11 even though the movement method I use is chrome, firefox and edge. It does not give any errors, ...
Mehmet Serhat Özdursun's user avatar

15 30 50 per page