SeleniumBase/install.sh

7 lines
216 B
Bash
Raw Normal View History

2018-12-15 09:29:16 +08:00
#!/usr/bin/env bash
2020-12-19 23:20:41 +08:00
python -m pip install --upgrade pip
pip install -e . --upgrade --no-cache-dir --progress-bar=off
2018-12-15 09:29:16 +08:00
seleniumbase install chromedriver
seleniumbase install geckodriver
2020-12-19 23:20:41 +08:00
seleniumbase install edgedriver