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
0 votes
2 answers
1k views

Can't get Selenium tests to run in Internet Explorer

We have been successfully using Selenium tests on Chrome and Firefox, we now want to start testing on a Windows 10 Virtual Machine with Internet Explorer too. We are so far now that the tests start, ...
yeaitsme's user avatar
0 votes
1 answer
261 views

Webdriver Selenium different behavior on different computers

I wrote some code to do repetitive tasks with the Webdriver in C#. My code works well on my PC but it is grabbing a different element on my boss's PC. The element I'm looking for: var InventMgmt = ...
Takoyaro's user avatar
  • 948
0 votes
1 answer
3k views

Failure to launch Internet Explorer 11 using selenium 2.47.1

I am getting the following error when I run this code in my automation suite, Selenium 2.47.1 Internet Explorer 11 OS: Windows 8 WebDriver driver = new InternetExplorerDriver(); Exception Trace: ...
gnikhil2's user avatar