File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/client/src/org/openqa/selenium/firefox Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ public static class Builder extends DriverService.Builder<
80
80
81
81
@ Override
82
82
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 " );
86
86
}
87
87
88
88
@ Override
You can’t perform that action at this time.
0 commit comments