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 c044441 commit 1e2a4c4Copy full SHA for 1e2a4c4
java/src/org/openqa/selenium/manager/SeleniumManager.java
@@ -117,7 +117,7 @@ private static String runCommand(String... command) {
117
* Determines the correct Selenium Manager binary to use.
118
* @return the path to the Selenium Manager binary.
119
*/
120
- private File getBinary() {
+ private synchronized File getBinary() {
121
if (binary == null) {
122
try {
123
Platform current = Platform.getCurrent();
0 commit comments