Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Command line server for the IE WebDriver has stopped working: Why this happening & How we can find a solution for this

I come across this problem "command line server for the ie driver has stopped working" when execute my selenium batch tests on Internet explorer browser most of the times... ..... this seriously impact the test execution...Have seen many posts in web regarding this , but could not make out why this issue happens ,and how we can find a solution for this ...Please let me know if you knows any detail reading this , Many Thanks, ~Musaffir

like image 338
Traveller87 Avatar asked Nov 01 '22 13:11

Traveller87


1 Answers

Cause of the error is that: IE11 with the IEDriverServer_x64_3.5.0 or latest version on windows 7 64bit or other system environment.

enter image description here

This error is not about the IE security setings or regedits, but because the IEDriverServer version is not compatible.

Please use the IEDriverServer_x64_3.0.0.

Download it from this site:

http://selenium-release.storage.googleapis.com/index.html?path=3.0/

like image 56
banrieen Avatar answered Nov 09 '22 09:11

banrieen