SeleniumBase/win_install.bat

7 lines
202 B
Batchfile
Raw Normal View History

2018-12-15 09:29:16 +08:00
@ECHO OFF
2020-12-19 23:20:41 +08:00
py -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