Skip to content

Commit 295610d

Browse files
committed
Fixing FirefoxBinary to json conversion
1 parent 0c142ba commit 295610d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ public String toString() {
342342
return "FirefoxBinary(" + executable.getPath() + ")";
343343
}
344344

345+
public String toJson() {
346+
return executable.getPath();
347+
}
348+
345349
public void setOutputWatcher(OutputStream stream) {
346350
this.stream = stream;
347351
}

0 commit comments

Comments
 (0)