2011-07-09 18:16:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Chromedriver < Formula
|
2011-12-21 19:31:52 +00:00
|
|
|
url 'http://chromium.googlecode.com/files/chromedriver_mac_17.0.963.0.zip'
|
2011-08-20 13:40:23 +00:00
|
|
|
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
|
2011-12-21 19:31:52 +00:00
|
|
|
sha1 'da40247dc3da410e8ec713b7c7bc46193c3fb231'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|