Skip to content

Commit

Permalink
Upgrade to the latest Geckodriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
minusnine committed Aug 21, 2017
1 parent 988bde7 commit b8fa71e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion remote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ var (

selenium3Path = flag.String("selenium3_path", "vendor/selenium-server-standalone-3.4.jar", "The path to the Selenium 3 server JAR. If empty or the file is not present, Firefox tests using Selenium 3 will not be run.")
firefoxBinarySelenium3 = flag.String("firefox_binary_for_selenium3", "vendor/firefox-nightly/firefox", "The name of the Firefox binary for Selenium 3 tests or the path to it. If the name does not contain directory separators, the PATH will be searched.")
geckoDriverPath = flag.String("geckodriver_path", "vendor/geckodriver-v0.16.1-linux64", "The path to the geckodriver binary. If empty of the file is not present, the Geckodriver tests will not be run.")
geckoDriverPath = flag.String("geckodriver_path", "vendor/geckodriver-v0.18.0-linux64", "The path to the geckodriver binary. If empty of the file is not present, the Geckodriver tests will not be run.")
javaPath = flag.String("java_path", "", "The path to the Java runtime binary to invoke. If not specified, 'java' will be used.")

chromeDriverPath = flag.String("chrome_driver_path", "vendor/chromedriver-linux64-2.30", "The path to the ChromeDriver binary. If empty of the file is not present, Chrome tests will not be run.")
chromeBinary = flag.String("chrome_binary", "vendor/chrome-linux/chrome", "The name of the Chrome binary or the path to it. If name is not an exact path, the PATH will be searched.")
Expand Down
8 changes: 4 additions & 4 deletions vendor/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ var files = []file{
rename: []string{"chromedriver", "chromedriver-linux64-2.30"},
},
{
url: "https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz",
name: "geckodriver-v0.16.1-linux64.tar.gz",
hash: "dcadab8586264cf33aae1fff0897520d46e39dad4580c6cae712452fdc59e529",
rename: []string{"geckodriver", "geckodriver-v0.16.1-linux64"},
url: "https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz",
name: "geckodriver-v0.18.0-linux64.tar.gz",
hash: "b78a0c5d2e249312d266d846e803e88a26477de20f33bfd635e164d27e59ae20",
rename: []string{"geckodriver", "geckodriver-v0.18.0-linux64"},
},
{
url: "https://ftp.mozilla.org/pub/firefox/releases/47.0.2/linux-x86_64/en-US/firefox-47.0.2.tar.bz2",
Expand Down

0 comments on commit b8fa71e

Please sign in to comment.