We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e556 commit db53d0fCopy full SHA for db53d0f
java/client/src/org/openqa/selenium/firefox/FirefoxOptions.java
@@ -187,7 +187,7 @@ public FirefoxOptions setBinary(String path) {
187
* useful when actually starting firefox.
188
*/
189
public FirefoxBinary getBinary() {
190
- return null;
+ return getBinaryOrNull().orElse(new FirefoxBinary());
191
}
192
193
public Optional<FirefoxBinary> getBinaryOrNull() {
0 commit comments