1. 程式人生 > >CentOS7.2安裝headless Chrome+ChromeDriver

CentOS7.2安裝headless Chrome+ChromeDriver

安裝google-chrome

1.執行:

curl https://intoli.com/install-google-chrome.sh | bash

安裝成功後,顯示如下圖:
在這裡插入圖片描述

檢查是否缺少依賴,返回為空說明正常:

ldd /opt/google/chrome/chrome | grep "not found"

安裝對應版本的Chromedriver

地址:http://npm.taobao.org/mirrors/chromedriver/
檢查伺服器chrome版本:

	google-chrome-stable  -version

如下圖:
在這裡插入圖片描述

因此下載chromedriver 2.42版本,下載完之後,解壓至對應目錄即可