ImportError: No module named 'selenium'

后端 未结 18 2268
时光取名叫无心
时光取名叫无心 2020-12-03 00:54

I\'m trying to write a script to check a website. It\'s the first time I\'m using selenium. I\'m trying to run the script on a OSX system. Although I checked in /Library/Pyt

18条回答
  •  日久生厌
    2020-12-03 01:04

    Navigate to your scripts folder in Python directory (C:\Python27\Scripts) and open command line there (Hold shift and right click then select open command window here). Run pip install -U selenium
    If you don't have pip installed, go ahead and install pip first

提交回复
热议问题