Skip to content

Instantly share code, notes, and snippets.

@jarib
Created August 8, 2011 19:09
Show Gist options
  • Save jarib/1132473 to your computer and use it in GitHub Desktop.
Save jarib/1132473 to your computer and use it in GitHub Desktop.
require 'selenium/server'
server = Selenium::Server.new "/mnt/jobs/rake/selenium-server-standalone-2.2.0.jar", :background => true
server.start
# code
server.stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment