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

All Questions

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
1 answer
201 views

Any known add-ins that increase IE Execution Speed?

My team is using Ruby Watir Webdriver to create automation scripts for our applications. IE11 is our browser that we must script to. We have noticed that our same script runs 30% faster in Firefox ...
Magarita Jules'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