Tuesday, December 06, 2011

Selenium Server problem: Failed to start: SocketListener0@0.0.0.0:4444

Sometimes after starting the server due to some problem test running browser get closed, in that case the started server( linked with the browser) can't stop and shows errors like :
Failed to start: SocketListener0@0.0.0.0:4444

Solution for this problem:
Type the below in the browser URL and the server will be stopped.
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

No comments:

Post a Comment