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 相關(guān)信息
#查看已安裝的軟件
rpm -qa|grep google-chrome
#卸載高版本google-chrome
rpm -e google-chrome +軟件詳細名稱
# 安裝已經(jīng)下載的google-chrome***.rpm
rpm ivh install google-chrome***.rpm
參考資料:
chrome for linux安裝