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

All Questions

0 votes
1 answer
321 views

IE mode with InternetExplorerDriver

Now Im using selenium version 4.8.1 With the following Code: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; ieOptions....
Xia's user avatar
  • 1
0 votes
1 answer
280 views

Selenium IWebElement.Click() doesn't work intermittently

So this is similar to Click() method will not always work but there are several vital differences: Not a timing issue because I repeatedly try to click it until success No exception is thrown, just ...
sashoalm's user avatar
  • 78.1k
0 votes
0 answers
48 views

Internet Explorer WebDriver hangs for an hour during CreateSession API Call

Internet Explorer Driver hangs for an hour during CreateSession Call. It hangs for an hour to find window handle for Internet Explorer Server and this issues happens intermittently. Has anyone ...
geek2geek_AWS's user avatar
2 votes
1 answer
836 views

Why does Selenium's Internet Explorer Driver occasionally fail to keep the connection to the Web Driver Server alive?

I have developed some Selenium tests for an AngularJS website. These tests work fine using Chrome Driver and Firefox Driver. I am in the process of also adding the option to run these tests in ...
Sepia's user avatar
  • 447