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 7ef0fe2 commit 2af020fCopy full SHA for 2af020f
java/src/org/openqa/selenium/remote/service/DriverService.java
@@ -141,6 +141,7 @@ protected static File findExecutable(
141
exePath = SeleniumManager.getInstance().getDriverPath(exeName);
142
checkExecutable(new File(exePath));
143
} catch (Exception e) {
144
+ exePath = null;
145
LOG.warning(String.format("Unable to obtain driver using Selenium Manager: %s", e.getMessage()));
146
}
147
0 commit comments