Skip to content

Commit

Permalink
Fixing FirefoxBinary to json conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 27, 2017
1 parent 0c142ba commit 295610d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ public String toString() {
return "FirefoxBinary(" + executable.getPath() + ")";
}

public String toJson() {
return executable.getPath();
}

public void setOutputWatcher(OutputStream stream) {
this.stream = stream;
}
Expand Down

0 comments on commit 295610d

Please sign in to comment.