python+ selenium + webdriver的环境准备
web自动化安装
1、安装最新的selenium
pip install -U selenium
2、安装chrom浏览器和chromdriver的下载
http://chromedriver.storage.googleapis.com/index.html 或 http://npm.taobao.org/mirrors/chromedriver
3、解压下载的压缩包,然后放到python安装目录下,至此环境准备好