Selenium RC htmlsuite error with IE
Posted
by
Alina
on Super User
See other posts from Super User
or by Alina
Published on 2010-11-22T17:36:42Z
Indexed on
2011/01/13
21:55 UTC
Read the original article
Hit count: 226
windows-xp
I am trying to use Selenium RC but i keep getting this error whenever i start the server. "HTML suite exception seen: java.lang.RuntimeException: sessionId 7643 doesn't exist; perhaps this session w as already stopped?"
The command I use is
java -jar C:\selenium-remote-control-1.0.3\selenium-server-1.0.3\selenium-server.jar -multiwindow -htmlSuite "*iexplore" "https://user1.apps.com/" "C:\TEMP\Selenium Tests\TestSuite1.html" "C:\TEMP\Selenium Tests\results.html"
However with the same command if I change *iexplore to *firefox then it works.
I need to run the test with IE, please help!Many thanks!!
© Super User or respective owner