Skip to content

Commit 006a6c4

Browse files
committed
java: update geckodriver executable name and urls
1 parent 36a417e commit 006a6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/client/src/org/openqa/selenium/firefox/GeckoDriverService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ public static class Builder extends DriverService.Builder<
8080

8181
@Override
8282
protected File findDefaultExecutable() {
83-
return findExecutable("wires", GECKO_DRIVER_EXE_PROPERTY,
84-
"https://github.com/jgraham/wires",
85-
"https://github.com/jgraham/wires");
83+
return findExecutable("geckodriver", GECKO_DRIVER_EXE_PROPERTY,
84+
"https://github.com/mozilla/geckodriver",
85+
"https://github.com/mozilla/geckodriver/releases");
8686
}
8787

8888
@Override

0 commit comments

Comments
 (0)