A script installs the right drivers for your browsers, Chrome/Chromium and Firefox, works on Windows, Linux and Mac.
| OS | Supported | Tested |
|---|---|---|
| macOS Intel | ✅ | ✅ |
| macOS Apple Silicon | ✅ | N/A |
| Linux x86_64 | ✅ | ✅ |
| Linux i686 | ✅ | N/A |
| Linux aarch64 | N/A | N/A |
| Windows 64bit | ✅ | ✅ |
| Windows 32bit | ✅ | N/A |
| Windows Arm64 | N/A | N/A |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yokozuna59/\
webdriver-installer/master/install.sh)"
# or /bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/Yokozuna59/\
# webdriver-installer/master/install.sh)"$request = Invoke-RestMethod -URI 'https://raw.githubusercontent.com/\
Yokozuna59/webdriver-installer/master/install.ps1'
Invoke-Expression -Command "$request"chmod +x install.sh
./install.shchmod +x install.sh
sed -i 's/\r$//' install.sh
./install.shSet-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
.\install.ps1