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

All Questions

2 votes
0 answers
122 views

How can I reconnect Selenium to IE11 after navigating with the prerender resource hint?

I'm working on a Selenium (Ruby API) test that navigates from one page to another. It started failing on IE11/Win10 (via SauceLabs) recently when I added a link rel="prerender" resource hint on the ...
Brad Buchanan's user avatar
0 votes
1 answer
219 views

Inserting text into the text field is not happening in IE 11

I am trying to input text into the text box in 'www.google.com' and though it says the text field is present it doesn't input the data into the text field. The same works fine in FF 46.0 and chrome. ...
user2431131's user avatar
0 votes
0 answers
387 views

Watir::Browser#execute_script and "Element no longer valid"

I'm writing some automation for a website of ours in Internet Explorer (it has to be IE :< ) and I ran into some issues with execute_script. I need to move a vertical splitbar over 200px so it ...
redcodefinal's user avatar
0 votes
2 answers
434 views

Provide tips to automate IE11 (Parent/Child relationship) browsers using Selenium and Watir WebDriver

I am automating an application with 2 browsers. I log into the parent browser which allows me to kick off a task in a "child" browser. The "child" communicates to the parent that it has completed it's ...
Magarita Jules's user avatar