We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome has released chromedriver_mac64_m1 binaries https://chromedriver.storage.googleapis.com/ Mozilla has released geckodriver macos-aarch64 binaries https://github.com/mozilla/geckodriver/releases
Need to adopt ChromeDriverManager and GeckoDriverManager for M1 binaries.
P.S. GeckoDriverManager already supports -aarch64 binaries, but needs some refactoring to unify the code base.
The text was updated successfully, but these errors were encountered:
gh SergeyPirogov#299 download m1 geckodriver and chromedriver binaries
024e4c1
157e459
7586d64
78eaff6
gh #299 download m1 geckodriver and chromedriver binaries (#300)
f7a0855
aleksandr-kotlyar
Successfully merging a pull request may close this issue.
Chrome has released chromedriver_mac64_m1 binaries https://chromedriver.storage.googleapis.com/
Mozilla has released geckodriver macos-aarch64 binaries https://github.com/mozilla/geckodriver/releases
Need to adopt ChromeDriverManager and GeckoDriverManager for M1 binaries.
P.S. GeckoDriverManager already supports -aarch64 binaries, but needs some refactoring to unify the code base.
The text was updated successfully, but these errors were encountered: