Traceback (most recent call last):
  File "quickstart.py", line 5, in <module>
    from selenium.common.exceptions import NoSuchElementException
ImportError: No module named 'selenium'

 

Python2:

sudo pip install selenium

 

Python3:

sudo pip3 install selenium

+ Recent posts