I am trying to install and setup webdrivermanager on my new work machine (M1 mac). I first ran:
sudo pip install webdrivermanager
, and then I want to run:
sudo webdrivermanager firefox chrome --linkpath /usr/local/bin
However, this command ends up throwing: RuntimeError: Error, unable to determine correct filename for 64bit mac
Any ideas on how I can run this on my new machine?
I found some solutions that I tried, including manually installing geckodriver (using brew), and replacing a line of code in the webdriverdownloader.py file (this file doesn't exist for me).