2011-07-09 18:16:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Chromedriver < Formula
|
2011-08-22 01:15:11 +00:00
|
|
|
url 'http://chromium.googlecode.com/files/chromedriver_mac_14.0.836.0.zip'
|
2011-07-09 18:16:49 +00:00
|
|
|
homepage 'http://seleniumhq.wordpress.com/2011/07/07/new-chromedriver/'
|
2011-08-22 01:15:11 +00:00
|
|
|
sha1 '2b292bb47e26286fc714c3b9a74904800a6acc97'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|