Skip to content
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

System architecture is not set to ARM on M1 mac #115

Open
MichaelRijsdijk opened this issue Jan 21, 2022 · 1 comment
Open

System architecture is not set to ARM on M1 mac #115

MichaelRijsdijk opened this issue Jan 21, 2022 · 1 comment

Comments

@MichaelRijsdijk
Copy link

MichaelRijsdijk commented Jan 21, 2022

System architecture is not set to ARM on M1 mac.
Logging shows "aarch64" as architecture, but this is not a valid match for arm:

private static List architectureArmNames = Arrays.asList("arm", "armv41");

When forcing arm binaries "-DarmBinaries=true" it does download the correct binary, but the rest of the code still thinks it is a standard 64bit architecture.

@MichaelRijsdijk
Copy link
Author

MichaelRijsdijk commented Jan 21, 2022

I created a PR #114

PR doesn't seem to fix it, it recognises the aarch64 as systemarchitecture, but it can't create the correct drivercontext:

[WARNING] No driver contexts detected for the current operating system, no maven properties set!

[22:27:30,628 INFO][TID 20][c.l.s.c.DriverFactory.instantiateWebDriver] Local Operating System: MAC OS X
[22:27:30,631 INFO][TID 20][c.l.s.c.DriverFactory.instantiateWebDriver] Local Architecture: aarch64
[22:27:30,631 INFO][TID 20][c.l.s.c.DriverFactory.instantiateWebDriver] Selected Browser: chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant