selenium

/ 0评 / 0
查询安装的版本:pip install selenium ==(版本号)
卸载: pip uninstall selenium
查看版本号:pip show selenium
①下载Sublime Text 3编辑工具(PYthon编辑工具,可以编辑多种编码)
官方地址:
http://www.sublimetext.com/
②安装浏览器驱动
Chrome驱动:
1、chromedriver 下载地址:
http://chromedriver.storage.googleapis.com/index.html
或者
http://chromedriver.chromium.org/downloads
2、Firefox的驱动geckodriver 下载地址:
https://github.com/mozilla/geckodriver/releases/
3、IE的驱动IEdriver 下载地址:
http://selenium-release.storage.googleapis.com/index.html
Chrome 65版本即可
火狐浏览器(68版本以上即可)