Skip to content

Instantly share code, notes, and snippets.

@everzet
Created December 20, 2011 10:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everzet/1501204 to your computer and use it in GitHub Desktop.
Save everzet/1501204 to your computer and use it in GitHub Desktop.
Get selenium 2.15 with latest Firefox fix
#!/bin/sh
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.15.0.jar
jar xf selenium-server-standalone-2.15.0.jar core/scripts/atoms.js
ed -- "core/scripts/atoms.js" <<-PATCH
9423s|a.|XPCNativeWrapper(a).|
w
q
PATCH
jar -uf selenium-server-standalone-2.15.0.jar core
rm -r core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment