Selenium RC htmlsuite error with IE
- by Alina
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!!