linux下chromedriver的安装

   很多时候,发现phantomjs被一些网站屏蔽导致我们无法达到想要的结果,一方面phantomjs也停止维护,这时候们可以使用chromedriver(谷歌)或者firefoxdriver(火狐)来代替phantomjs,在Windows下我们只要下载chromedriver或者firefoxdriver使用时指定路径,或者本机配置环境变量,使用前必须要有对应的浏览器并且要对应版本,本文只对chromedriver进行讲解并使用python语言进行启动,

chromedriver版本支持的Chrome版本
v2.41v67-69
v2.40v66-68
v2.39v66-68
v2.38v65-67
v2.37v64-66
v2.36v63-65
v2.35v62-64
v2.34v61-63
v2.33v60-62
v2.32v59-61
v2.31v58-60
v2.30v58-60
v2.29v56-58
v2.28v55-57
v2.27v54-56
v2.26v53-55
v2.25v53-55
v2.24v52-54
v2.23v51-53
v2.22v49-52
v2.21v46-50
v2.20v43-48
v2.19v43-47
v2.18v43-46
v2.17v42-43
v2.13v42-45
v2.15v40-43
v2.14v39-42
v2.13v38-41
v2.12v36-40
v2.11v36-40
v2.10v33-36
v2.9v31-34
v2.8v30-33
v2.7v30-33
v2.6v29-32
v2.5v29-32
v2.4v29-32

 

  在linux下我们要安装chromedriver的安装条件:

  1,首先要安装Chrome

    用下面的命令安装最新的Google Chrome

      yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

    也可以下载到本地再安装

       wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

      yum install ./google-chrome-stable_current_x86_64.rpm

2、
安装必要的库

  yum install mesa-libOSMesa-devel gnu-free-sans-fonts wqy-zenhei-fonts

  3、安装 chromedriver

  chrome官网: wget https://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip
  淘宝源(推荐):
wget http://npm.taobao.org/mirrors/chromedriver/2.41/chromedriver_linux64.zip
  
解压zip文件:unzip chromedriver_linux64.zip

所有文件安装完成后写了一个脚本测试一下,这里使用python,别的语言也可以

报了一堆错,我第一时间想到的是版本号对不上,经过验证并不上这回事

因为chromedriver默认弹窗,我们设置它不弹窗就可以了;

再次启动脚本,能打印百度页面说明启动成功了。

 

转载于:https://www.cnblogs.com/han20180705/p/10193753.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值