7 lines
394 B
Bash
7 lines
394 B
Bash
.10. python3 -m pip install --upgrade pip
|
|
.10. python3 -m pip install selenium
|
|
.15. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
|
.45. sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
|
|
.10. wget https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip
|
|
.2. unzip chromedriver_linux64.zip
|
|
.2. sudo mv chromedriver /usr/bin/ |