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

All Questions

24 votes
4 answers
43k views

findIndex() method issue with internet explorer

I am doing some tests with differents browsers using the Selenium::Remote::Driver module. I would like to check if I find some item in my web site list, list from a framework JavaScript (which ...
Chaoui05's user avatar
  • 288
15 votes
7 answers
37k views

Unable to find element on closed window on IE 11 with Selenium

I'm trying to run tests on Internet Explorer 11 working with Selenium WebDriver. The code is: System.setProperty("webdriver.ie.driver", "Path/to//IEDriverServer.exe"); WebDriver driver = new ...
Alex's user avatar
  • 151
13 votes
1 answer
4k views

Cannot find any elements using Internet Explorer 11 and Selenium (any version) and IEWebDriver (any version)

I've searched all over for an answer and I can't find any fix to my issue. I am trying to run my Selenium tests in IE11. All other browsers work fine (including Edge). A simple test as follows will ...
Simon N's user avatar
  • 337
11 votes
4 answers
74k views

Selenium WebDriver on IE11

I am using WebDriver for automating regression suite of our webapp, I have tried to get my test scripts functioning with IE11 but have not had any success. I understand IEDriverServer.exe does not ...
mra419's user avatar
  • 413
10 votes
4 answers
9k views

Selenium not detecting the second window in IE

My application opens up a new window on clicking a button and i need to perform some actions in that window. But the response getWindowHandles() method of selenium webdriver has only one window id in ...
Renjith's user avatar
  • 1,134
10 votes
1 answer
2k views

Why is React's onChange event not fired on Selenium WebDriver's SendKeys in IE 11?

We have a relatively simple React component with an input element in it: export class MyInput extends Component { componentDidMount() { function log(e) { console.log(`Event: ${e.type}, ...
Pavel Gatilov's user avatar
7 votes
2 answers
2k views

Selenium 3.0.1 with IE11 not finding elements on Windows 10 (Works fine on Windows 7 with IE11)

OS: Windows 10 Browser: IE11 Selenium (Python) package: 3.0.1 IEWebDriverServer.exe: 3.1.0 We are getting ready to migrate our automation nodes to Windows 10 and during our tests, we found that ...
derekmw's user avatar
  • 375
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
5 votes
0 answers
492 views

Selenium IE11 Mouseover (hover) issue

My tests use Selenium and Applitools Eyes to take screenshots of the test environment and compare it against the approved baseline. This is to automate visual tests of the application. When I use ...
Benjamin Jackson's user avatar
4 votes
4 answers
8k views

NoSuchWindowException was unhandled : Unable to find element on closed window. IE 11 - Selenium C#

May be this question has been asked many times before. But i went through all the related questions in stackoverflow , but couldn't find any satisfactory solution. Well i'am writing a selenium ...
ASHWANI KUMAR's user avatar
4 votes
4 answers
16k views

java.net.ConnectException: Failed to connect to localhost error with Selenium 3.11.0 with IEDriverServer and IE 11 on Windows 10

I am very new to selenium and trying to set up selenium in my laptop to begin. I am unable to invoke IE from my simple code. The details are given below. Can you please help me to understand where the ...
Divakar Ragupathy's user avatar
4 votes
1 answer
5k views

UnsupportedOperationError: sendKeysToActiveElement error while invoking sendKeys(Key.ENTER) with Protractor and Internet Explorer 11

The environment I'm using is Protractor 5.3.1 Cucumber 4.2.1 IE11 selenium-webdriver 3.6.0 On the page in the application I am testing there is no button to click on, you need to enter text into an ...
AutoTester's user avatar
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
4 votes
0 answers
414 views

Uploading a file on IE11 + Safari using Selenium (via BrowserStack)

While trying to run automated tests on BrowserStack to test a webpage on IE11 and Safari, I'm unable to upload a document from the test-running assembly. I have the following code: var uploadFile = ...
awj's user avatar
  • 7,778
3 votes
2 answers
28k views

Unable to open IE11 driver instance using Selenium WebDriver with Java

System.setProperty("webdriver.ie.driver","C:\\Users\\IEDriverServer_Win32_2.45.0\\IEDriverServer.exe"); WebDriver driver = new InternetExplorerDriver(); driver....
Gunjan Gupta's user avatar

15 30 50 per page
1
2 3 4 5
16