Selenium server (ver. 2) has stopped working for me for unknown reasons (see Selenium (RC) stops working...). I'd like to stop Selenium sever and restart it. When I enter "http://localhost:4444/selenium-server/driver/?cmd=shutDown" into the address bar of a browser on the machine running Selenium server, I get a blank screen in the browser window. If I try to wget that address, the command line says no data received. If I run:
ps aux | grep sel
It shows that Selenium server is still running. Any ideas?
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
|
|
|||
|
|
|
If you are using Windows, see if this post helps you: http://superuser.com/questions/52159/kill-a-process-with-a-specific-command-line-from-command-line For UNIX / Linux, find the process Id (PID) corresponding to the selenium server, and kill the process |
|||
|