Skip to content

Instantly share code, notes, and snippets.

@moutten
Created February 25, 2010 15:41
Show Gist options
  • Select an option

  • Save moutten/314643 to your computer and use it in GitHub Desktop.

Select an option

Save moutten/314643 to your computer and use it in GitHub Desktop.
# Selenium
SELENIUM_JAR=`ruby -rrubygems -e 'require "webrat";\
Webrat.configuration.mode = :selenium; \
print Webrat::Selenium::SeleniumRCServer.new.jar_path'`
alias selenium="java -jar $SELENIUM_JAR -singleWindow"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment