Centos--Chrome&Chromedriver&PhantomJS 安装

安装说明

About me:IT新人,如有不足之处望各位即时评论探讨;文章内容如有侵权,请及时联系本人。

Goals:1、安装chrome

              2、安装chromedriver并配置环境

              3、安装phantomJS

安装环境:centos7

测试安装环境:CentOS Linux release 7.3.1611 (Core) 

chrome安装

1. 配置yum源

cd /etc/yum.repos.d

vim google-chrome.repo

2.输入yum源信息

[google-chrome]

name=google-chrome

baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch

enabled=1

gpgcheck=1

gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

保存退出

3.安装chrome-stable

yum -y install google-chrome-stable --nogpgcheck

安装完成后在桌面左上角applications中internet中打开,或者命令行输入【google-chrome】即可

Chromedriver安装配置

重要提示 :首先查看自己的chrome是哪个版本的,然后需要下载相应版本支持的chromedriver  !!

下载地址:

http://npm.taobao.org/mirrors/chromedriver/

http://chromedriver.storage.googleapis.com/index.html

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

wget http://npm.taobao.org/mirrors/chromedriver/71.0.3578.80/chromedriver_linux64.zip

unzip chromedriver_linux64.zip

mv chromedriver /usr/bin

输入【chromedriver】命令:

[root@localhost Desktop]# chromedriver
Starting ChromeDriver 71.0.3578.80 (2ac50e7249fbd55e6f517a28131605c9fb9fe897) on port 9515
Only local connections are allowed.     

安装成功

PhantomJS安装配置

下载地址:https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2

wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2  -e robots=off

注意此处如果一直出现403连接错误,直接到http://phantomjs.org/download.html 下载tar包也可以。

tar xjf phantomjs-2.1.1-linux-x86_64.tar.bz2

Phantomjs浏览器安装完成后,需要将其配置到python环境中。

ln -s /home/lee/phantomjs-2.1.1-linux-x86_64/bin/phantomjs  /usr/bin/phantomjs

输入【phantomjs】命令:

[root@localhost ~]# phantomjs
phantomjs> 

安装成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值