selenium
【淘宝镜像】http://npm.taobao.org/mirrors/selenium/
linux下安装chrome济览器
s1. wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
s2. yum install ./google-chrome-stable_current_x86_64.rpm
s3. yum install mesa-libOSMesa-devel gnu-free-sans-fonts wqy-zenhei-fonts
安装chromedriver
淘宝源(推荐)
s1. wget http://npm.taobao.org/mirrors/chromedriver/*/chromedriver_linux64.zip
s2. unzip chromedriver_linux64.zip
s3. move chromedriver /usr/bin/
s4. chmod +x /usr/bin/chromedriver
查看google-chrome 相关信息
#查看已安装的软件
rpm -qa|grep google-chrome
#卸载高版本google-chrome
rpm -e google-chrome +软件详细名称
# 安装已经下载的google-chrome***.rpm
rpm ivh install google-chrome***.rpm
参考资料:
chrome for linux安装