We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c142ba commit 295610dCopy full SHA for 295610d
java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java
@@ -342,6 +342,10 @@ public String toString() {
342
return "FirefoxBinary(" + executable.getPath() + ")";
343
}
344
345
+ public String toJson() {
346
+ return executable.getPath();
347
+ }
348
+
349
public void setOutputWatcher(OutputStream stream) {
350
this.stream = stream;
351
0 commit comments