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 cdcf737 commit 97a01c6Copy full SHA for 97a01c6
java/client/src/org/openqa/selenium/remote/service/DriverService.java
@@ -234,7 +234,7 @@ protected boolean hasShutdownEndpoint() {
234
return true;
235
}
236
237
- protected void sendOutputTo(OutputStream outputStream) {
+ public void sendOutputTo(OutputStream outputStream) {
238
this.outputStream = Preconditions.checkNotNull(outputStream);
239
240
0 commit comments