Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to close selenium hub/grid from command prompt

I start Selenium hub to start Selenium Grid from command prompt on port 4444. Now I start Selenium RC from other command prompt.

It shows me error message that "Selenium is already running on port 4444. Or some other service is..."

Now I am not able to start Selenium RC. Please help me how to close /shutdown hub from command prompt.

like image 968
tejas trivedi Avatar asked Mar 25 '10 10:03

tejas trivedi


2 Answers

I am trying this we can also use our web browser to stop the server.

you can try following URL to shut down the server. http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

like image 159
Humble_PrOgRaMeR Avatar answered Sep 28 '22 05:09

Humble_PrOgRaMeR


You only need to hit this link http://localhost:4444/lifecycle-manager?action=shutdown

like image 31
Anu Avatar answered Sep 28 '22 06:09

Anu