Friday, May 4, 2012

Starting and Stopping selenium server from command prompt

Starting and stopping selenium server from command prompt Step1: Click on start button Step2 : Type cmd Step3: Click ok Check the folder in which you have selenium-server-standalone-2.21.0.jar file. If it is in drive then in command prompt type d: Type java -jar selenium-server-standalone-2.21.0.jar
To stop the selenium server Type CTRL+c from your key board the selenium server will automatically shut down.

No comments:

Post a Comment