selenium和PhantomJS的安装

时间:2021-05-11 04:19:14

针对w10系统

selenium安装

pip install selenium 默认安装的是3.x版本,但是3.x版本不支持PhantomJS,所以要安装2.x版本

pip install selenium==2.48.0

phantomjs安装

下载链接:http://phantomjs.org/download.html

解压之后如图:

selenium和PhantomJS的安装

改一下名称:phantomjs,我的是放在E盘,如图:

selenium和PhantomJS的安装

然后添加环境变量:我的是放在E盘,所以路径是    ;E:\phantomjs\bin;

selenium和PhantomJS的安装

测试:打开cmd命令行

selenium和PhantomJS的安装

如图,安装成功