Skip to content

Instantly share code, notes, and snippets.

@henrypoydar
Created January 13, 2010 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrypoydar/276598 to your computer and use it in GitHub Desktop.
Save henrypoydar/276598 to your computer and use it in GitHub Desktop.
#
# Problem:
# * Driving webrat selenium features through Firefox on Snow Leopard fails.
# * Replacing the libsqlite3.dylib file no longer works with Firefox 3.5.6+
# * Driving via Safari also fails (for me)
#
# Solution
# * Replace the selenium-server.jar in the webrat gem with the latest standalone alpha version from OpenQA
#
cd /Library/Ruby/Gems/1.8/gems/webrat-0.6.0/vendor
sudo curl -O http://selenium.googlecode.com/files/selenium-server-standalone-2.0a1.jar
sudo mv selenium-server.jar selenium-server.jar.orig
sudo cp selenium-server-standalone-2.0a1.jar selenium-server.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment