Answers for "install selenium in python 2.7"

7

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
7

install selenium python

$ pip install selenium
Posted by: Guest on July-14-2020

Python Answers by Framework

Browse Popular Code Answers by Language