Skip to content

Instantly share code, notes, and snippets.

@ivaravko
Forked from jarib/file.rb
Created August 9, 2011 08:46
Show Gist options
  • Save ivaravko/1133624 to your computer and use it in GitHub Desktop.
Save ivaravko/1133624 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