搭建Selenium自动化测试环境,安装包以及驱动地址

python安装包:https://www.python.org
Selenium安装包:https://pypi.python.org/pypi/selenium  一般安装方式:pip install selenium
火狐浏览器(延长版):http://www.firefox.com.cn/download/#more
谷歌浏览器安装包:https://www.google.cn/chrome/
安装WebDriver
谷歌浏览器驱动chromedriver.exe:http://npm.taobao.org/mirrors/chromedriver/
火狐浏览器驱动geckodriver.exe:https://github.com/mozilla/geckodriver/releases
IE浏览器驱动iedriverserver.exe:http://selenium-release.storage.googleapis.com/index.html
 
不求最好,但求更好!态度决定一切!
原文地址:https://www.cnblogs.com/zhaoyiguang/p/14783958.html