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 378328a commit eddc986Copy full SHA for eddc986
java/src/org/openqa/selenium/manager/SeleniumManager.java
@@ -195,7 +195,7 @@ private synchronized Path getBinary() {
195
folder = "macos";
196
} else if (current.is(LINUX)) {
197
if (System.getProperty("os.arch").contains("arm")) {
198
- throw new WebDriverException("Linux ARM64= is not supported by Selenium Manager");
+ throw new WebDriverException("Linux ARM is not supported by Selenium Manager");
199
} else {
200
folder = "linux";
201
}
0 commit comments