Skip to content

Commit eddc986

Browse files
authored
Update SeleniumManager.java
1 parent 378328a commit eddc986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/manager/SeleniumManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private synchronized Path getBinary() {
195195
folder = "macos";
196196
} else if (current.is(LINUX)) {
197197
if (System.getProperty("os.arch").contains("arm")) {
198-
throw new WebDriverException("Linux ARM64= is not supported by Selenium Manager");
198+
throw new WebDriverException("Linux ARM is not supported by Selenium Manager");
199199
} else {
200200
folder = "linux";
201201
}

0 commit comments

Comments
 (0)