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 c853c84 commit bbe46a1Copy full SHA for bbe46a1
java/src/org/openqa/selenium/manager/SeleniumManager.java
@@ -48,7 +48,7 @@
48
* <p>The Selenium-Manager binaries are distributed in a JAR file
49
* (org.openqa.selenium:selenium-manager) for the Java binding language. Since these binaries are
50
* compressed within these JAR, we need to serialize the proper binary for the current platform
51
- * (Windows, macOS, or ) as an executable file. To implement this we use a singleton pattern,
+ * (Windows, macOS, or Linux) as an executable file. To implement this we use a singleton pattern,
52
* since this way, we have a single instance in the JVM, and we reuse the resulting binary for all
53
* the calls to the Selenium Manager singleton during all the Java process lifetime, deleting the
54
* binary (stored as a local temporal file) on runtime shutdown.
0 commit comments