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 bfd4017 commit 6d7139dCopy full SHA for 6d7139d
java/src/org/openqa/selenium/manager/SeleniumManager.java
@@ -183,7 +183,10 @@ private synchronized Path getBinary() {
183
} else if (current.is(LINUX)) {
184
folder = "linux";
185
} else if (current.is(UNIX)) {
186
- LOG.warning(String.format("Selenium Manager binary may not be compatible with %s; verify settings", current));
+ LOG.warning(
187
+ String.format(
188
+ "Selenium Manager binary may not be compatible with %s; verify settings",
189
+ current));
190
191
} else {
192
throw new WebDriverException("Unsupported platform: " + current);
0 commit comments