Selenium with Python

操作环境

  • Chrome版本: 60.0.3112.101
  • ChromeDriver:2.31 (Supports Chrome v58-60)
  • IDE:Pycharm
  • Python:3.6.2
  • Selenium:3.5.0

环境安装

  1. 将ChromeDriver放入Chrome.exe所在路径


    Selenium with Python_第1张图片
  2. 将ChromeDriver所在目录添加到系统Path中


    Selenium with Python_第2张图片
  3. 安装Python,将Python路径添加到PATH选项打钩,点击Customiz installation


    Selenium with Python_第3张图片
  4. 点击Next


    Selenium with Python_第4张图片
  5. 将install for all users 打钩,然后点击安装


    Selenium with Python_第5张图片
  6. Python安装后,将PyCharm安装好,点击File -> Settings


    Selenium with Python_第6张图片
  7. 配置Python路径


    Selenium with Python_第7张图片
  8. 点击箭头,更新setuptools


    Selenium with Python_第8张图片
  9. 点击加号,再点击manage repositories


    Selenium with Python_第9张图片
  10. 点击加号添加豆瓣pypi源


    Selenium with Python_第10张图片
  11. 搜索selenium,注意选择豆瓣源,点击install package安装,至此环境就相关环境就安装好了


    Selenium with Python_第11张图片

你可能感兴趣的:(Selenium with Python)