Skip to content

Instantly share code, notes, and snippets.

@virtix
Created March 13, 2012 20:02
Show Gist options
  • Save virtix/2031201 to your computer and use it in GitHub Desktop.
Save virtix/2031201 to your computer and use it in GitHub Desktop.
$PORT = 4444
#start server
java -jar selenium-server-standalone.jar port=$PORT
#stop server
wget http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment