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

All Questions

1 vote
1 answer
401 views

IE link opens a new window when running Robot Tests

im having an issue when im running my robot tests. The application under test (AUT) has a button that opens a new tab when you click it. It works on Chrome and IE when a user actually clicks that ...
jowsef's user avatar
  • 23
-2 votes
1 answer
426 views

Error logged while trying to run Robot Test in IE11 - WebDriverException: 404 - File or directory not found

I'm trying to execute certain tests in Robot framework - tests that are working fine with Chrome using the Chrome Driver. Once execution starts, I get an exception in the command prompt and execution ...
Vaish's user avatar
  • 37
3 votes
1 answer
951 views

IE 11 Selenium WebDriver Input Text is slow even with 32-bit IEDriverServer.exe

I've had a problem regarding the slow pacing of the keyword Input Text. I've seen solutions online but so far it seems nothing seems to fit my needs. I've got a 32-bit IEDriverServer.exe and it is ...
Cooperisduhace's user avatar