-
selenium API速查手册 python版.docx下载
资源介绍
selenium API速查手册 python版.docx
pip install selenium
基本使用selenium都是为了动态加载网页内容用于爬虫,所以一般也会用到phantomjs
mac下如果要配置phantomjs环境的话
echo $PATH
ln -s
至于chromeDriver,配置方法类似,下载地址:
https://sites.google.com/a/chromium.org/chrom selenium import webdriver