You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the extracted binary shows error about wrong arch type.
➜ webdriver-test /Users/dave/code/webdriver-test/node_modules/webdriver-manager/selenium/geckodriver-v0.30.0
zsh: bad CPU type in executable: /Users/dave/code/webdriver-test/node_modules/webdriver-manager/selenium/geckodriver-v0.30.0
Manually downloading and running the other MacOS tar file works as expected.
The text was updated successfully, but these errors were encountered:
Issue is similar to #476, however this is happening for
geckodriver
now.Output below is done with a fresh install of
webdriver-manager
. Happy to provide any other debug if needed.webdriver-update
to get the drivers. Note it's gettinggeckodriver-v0.30.0-macos-aarch64.tar.gz
instead ofxxxx-macos.tar
from here.Running the extracted binary shows error about wrong arch type.
Manually downloading and running the other MacOS tar file works as expected.
The text was updated successfully, but these errors were encountered: