-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throw Error When Using Unsupported Linux ARM #14616
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
I think this should be sufficient - but let me know if I misunderstood the decision y'all made in Issue #13793 . Used System.getProperty() instead of current.Is() since ARM is part of the system architecture. |
the weird git diff error in the workflow should be fixed now - for some reason the linux word got removed, I put it back |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@pujagani Failing test is unrelated:
|
looks like the same test is failing @pujagani
Seems like a good thing though? |
Yes, the test is not a concern. Thank you @shbenzer! |
User description
Added code for Issue #13793 in Selenium Manager
Description
Selenium Manager Java should now throw an error if using unsupported Linux ARM architecture
Motivation and Context
Issue #13793
Types of changes
Checklist
PR Type
Bug fix
Description
SeleniumManager
to throw an exception when an unsupported Linux ARM64 architecture is detected.Changes walkthrough 📝
SeleniumManager.java
Add error handling for unsupported Linux ARM architecture
java/src/org/openqa/selenium/manager/SeleniumManager.java
WebDriverException
if ARM64 architecture is detected.