Internet Explorer Driver Server is required to execute Selenium WebDriver tests in IE
Questions tagged [iedriverserver]
98 questions
0
votes
0 answers
Disable Flash Plugin on IE when running test with robot framework
I am trying to run a test on IE with flash plugin disabled. Is there any way I can do it with robot framework?
I've seen other question discussing this on Chrome but couldn't find anything on IE.
Anything would help. Documentation, codes......
My…

Johnny Chiang
- 9
- 2
0
votes
1 answer
Method SendKeys is very slow on IE11
I'm using a SendKeys method to write text in a field.
But on IE11, the writting is too slow, and my script shutdown cause a timeout.
I don't know how resolve this problem.

Johan Duclos
- 1
- 3
0
votes
1 answer
Selenium Grid - Unable to find elements on the 2nd page in IE11
I have some selenium tests that work great in Chrome (locally and remotely) but when I run them remotely from my machine to a Windows 2012 VM they can't find any elements AFTER clicking a button to move to the next web page.
Here is a code…

kroe761
- 3,296
- 9
- 52
- 81
0
votes
1 answer
Error on run of NoraUi DEMO with Internet Explorer
When I run by Chrome or PhantomJs the NoraUi DEMO is OK but by Internet explorer, I have this error:
[2017-06-08 10:34:02]: HTML title Exception
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for condition to not be valid:…

Stéphane GRILLON
- 11,140
- 10
- 85
- 154
0
votes
0 answers
url is not loading in IE 11 using protractor 3.0.0
I am using protractor cucumber framework.
My problem is, the url which is working fine in chrome is not loading in IE 11.
protractor version: 3.0.0
config file:
var argv = require('yargs').argv;
exports.config = {
framework: 'custom',
…

Gokul Ajith
- 1
- 1
-1
votes
2 answers
Using IE selenium driver with python
im trying to define IE web driver to work with python and i have some errors that i cant undetrstand.
maby i have to change some security setting at internet explorer ?
i have interent explorer version 11
thank you .
from selenium import…

ניב בדלי
- 1
- 1
- 2
-2
votes
1 answer
Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.') with IEDriver Selenium IE11
I am using VS2017 on a Win10 (17134.471) machine and I just installed Selenium. I can get Chrome, Firefox, Edge to work but not IE11 (11.471.171340). I believe that I have done all the other suggested updates but continue to get:
There are no more…

StephanM
- 733
- 3
- 22
- 36
-3
votes
3 answers
How to handle the error 'Page reload detected during async script' using Selenium
How to handle the error Page reload detected during async script using Selenium and InternetExplorerDriver?
Error stack trace:
org.openqa.selenium.JavascriptException: Page reload detected during async script
Build info: version: '3.141.59',…