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

All Questions

0 votes
0 answers
90 views

Not able to run the test cases continuously using IE 11and C#

I'm Currently working in Automation test scripts in visual studio for IE browser version 11 using c#. My test cases not able to run continuously one after the other.It working fine for only one test ...
Thiya's user avatar
  • 75
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
2 answers
184 views

Selenium check IE11 memory usage

How can I check how much memory is used by an IE11 process that is associated with a given InternetExplorerDriver in Selenium? I'd like to restart IE11 if its memory usage exceeds a certain value (...
sashoalm's user avatar
  • 78.1k
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
0 votes
1 answer
107 views

Application is not getting identified using CSS selectors working with Internet explorer browser version 11

I am using "http://automationpractice.com/index.php" for POC on IE browser when i navigated through "Sign In" button, this identification of Email text-boxes is going crazy and are being not ...
Khushboo Saxena's user avatar
0 votes
0 answers
23 views

IE Webdriver Click() clicking the element but nothing happens

I want to click on a element it finds the element and clicks on it as well however the elements state(button name changing) which needs to be changed doesn't change. The code works fine for chrome and ...
tmk123's user avatar
  • 1
0 votes
0 answers
392 views

How to handle the windows security confirmation popup using selenium c# IE 11 (windows 10)

We recently upgrade our PC from windows 7 to windows 10 then i am trying to run my autoamtion scripts and it was failing to handle the windows security popup NavigationHelper.NavigateToUrl(...
PavanS's user avatar
  • 317
0 votes
0 answers
235 views

Login page on New window while using selenium webdriver

I was facing an issue, while I was trying to click on a link it opens a new window. If I try manually it opens the expected link but if my automation code runs it opens the login page, and after login ...
Diwakar Paharia's user avatar
0 votes
0 answers
516 views

How to Force Selenium InternetExplorerDriver to move past initial page timeout

I'm using the 32 bit, version 3.14 version of the IEDriverServer. I'm using IE v11 and have turned on protected mode in all zones. I have the following code: using OpenQA.Selenium; using OpenQA....
Joseph White's user avatar
0 votes
2 answers
676 views

Multiple IE web-drivers : session lost when click link/button that opens a popup window

I run multiple (2) IE web-drivers together.(for user side and admin side tests) When the InternetExplorer WebDriver click on link/button that opens an modal popup, login page are opened on new window (...
C. Mar's user avatar
  • 149
0 votes
1 answer
79 views

Selenium IE 11 test on Jenkins Master Server Using nunit3-console.exe

I have a Selenium IE 11 test written in C# that runs perfectly when run locally in Debug or Release. this code is deployed to a Win 10 box with Jenkins (NO SLAVES). The Jenkins "Build" is configured ...
user2690768's user avatar
1 vote
3 answers
922 views

Memory leaks when working with IEDriverServer and Selenium on C# with IE11

I am running C#-Selenium on IE11 on Windows 7/10. All the while when running the Script, the IE11 Memory keeps increasing until it reaches 1.5GB of Memory. Note I can't close or quit anything since I ...
Shmulik b's user avatar
0 votes
1 answer
526 views

Identify popup window Selenium in IE11 32 bit C#

I am having trouble identifying a popup to handle it. This is what I tried: string dialog4; string dialog5; try { IAlert alert = driver....
Tam Le's user avatar
  • 360
0 votes
1 answer
2k views

Open Internet Explorer in Private Mode with Selenium

So I've been trying to open IE in Private using selenium (C#), this is the closest i've come so far: InternetExplorerOptions op = new InternetExplorerOptions(); op.PageLoadStrategy = ...
Basil Fuchs's user avatar
5 votes
1 answer
7k views

How does the registry entry HKEY_LOCAL_MACHINE\...\FEATURE_BFCACHE for InternetExplorerDriver solves the Internet Explorer 11 issue?

So I am automating a web application in IE11 (Three cheers for government contracting!) and I am following the instructions on the Selenium Wiki to configure the thing because we have had a bunch of ...
Friendbot's user avatar

15 30 50 per page