Skip to content

Commit

Permalink
java: update geckodriver executable name and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Jun 22, 2016
1 parent 36a417e commit 006a6c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ public static class Builder extends DriverService.Builder<

@Override
protected File findDefaultExecutable() {
return findExecutable("wires", GECKO_DRIVER_EXE_PROPERTY,
"https://github.com/jgraham/wires",
"https://github.com/jgraham/wires");
return findExecutable("geckodriver", GECKO_DRIVER_EXE_PROPERTY,
"https://github.com/mozilla/geckodriver",
"https://github.com/mozilla/geckodriver/releases");
}

@Override
Expand Down

0 comments on commit 006a6c4

Please sign in to comment.