yum install liberation-fonts -y
yum install vulkan -y
yum -y install redhat-lsb*
yum -y install libXss*
yum -y install libappindicator*
yum -y install libgbm
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
rpm -ivh google-chrome-stable_current_x86_64.rpm
google-chrome --version
下载链接:https://googlechromelabs.github.io/chrome-for-testing/#stable
https://googlechromelabs.github.io/chrome-for-testing/
unzip chromedriver-linux64.zip
chmod +x chromedriver
4、移动位置
cp chromedriver /usr/local/bin/
5、查看驱动版本
chromedriver --version