Answers for "install selenium ubuntu server"

4

install selenium python

# for Windows
pip install selenium

# for Linux/Max
pip3 install selenium
# or
sudo -H pip3 install selenium
Posted by: Guest on November-09-2020
2

install chromedriver linux command line

wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
Posted by: Guest on June-17-2020

Code answers related to "install selenium ubuntu server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language