Wednesday, January 19, 2011

How to stop the selenium server manually.

At times when your about to run your scripts you get an error saying selenium server already running  in port 4444

to stop the server just paste the below URL in your browser

http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

if u get OKOK which states that your server is running just refresh the page and run your scripts .

No comments:

Post a Comment