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 2bb0b6b commit d4827ecCopy full SHA for d4827ec
java/client/src/org/openqa/selenium/remote/service/DriverService.java
@@ -183,6 +183,7 @@ public void start() throws IOException {
183
}
184
process = new CommandLine(this.executable, args.toArray(new String[] {}));
185
process.setEnvironmentVariables(environment);
186
+ System.out.println("Starting " + process);
187
process.copyOutputTo(getOutputStream());
188
process.executeAsync();
189
0 commit comments