[java] Remove WebDriverException When Using Linux ARM64 #15149
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Description
Per talk in #selenium-tlc slack w/ @p0deje , Linux ARM64 can now be supported by Selenium Manager.
Motivation and Context
Error no longer necessary once arm64 binary is shipped.
Types of changes
Checklist
PR Type
Enhancement, Tests
Description
Removed
WebDriverException
for Linux ARM64 in Selenium Manager.Updated logic to support Linux ARM64 without exceptions.
Adjusted tests to reflect Linux ARM64 support.
Changes walkthrough 📝
SeleniumManager.java
Remove exception and enable Linux ARM64 support
java/src/org/openqa/selenium/manager/SeleniumManager.java
WebDriverException
for Linux ARM64 architecture.linux
folder for Linux systems.selenium_manager_tests.py
Adjust tests for Linux ARM64 support
py/test/selenium/webdriver/common/selenium_manager_tests.py
WebDriverException
on Linux ARM64.