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

All Questions

1 vote
0 answers
827 views

Testing with Internet Explorer on Selenium Grid with node as Windows service

We have build several Selenium tests of our corporate portal. The next step is to test on a Selenium Grid setup. We have access to a Hub and a Node which are started as a service on a Windows Server. ...
Koen Meijer's user avatar
0 votes
2 answers
779 views

Selenium grid IE 11 test suite issue

I have a test suite that I need to run daily. Both of these suites run in grid environment with 5 nodes. When I run tests in CHROME browser everything is ok. But when I run the suite in IE 11, I am ...
Amit Pokhrel's user avatar
0 votes
1 answer
378 views

InternetExplorerDriver throws WebDriverException with findElement method: NoSuchWindowException. How do I stop this?

We started a new Selenium environment with Selenium 3.4, using a grid configuration with a Linux-based hub and a Windows Server-based node. InternetExplorerDriver started throwing ...
nikodaemus's user avatar
  • 2,068
1 vote
0 answers
244 views

IE driver tries to close new window instantly which opens after clicking on link while running on grid

I m running a UI test in which IE 11 driver clicks on a link which opens a new window then it dose further test. this works as expected on my local machine but when I run this test in my remote ...
CodeBlooded's user avatar