目录

Centos8安装chromedriver

目录
1
2
3
4
5
6
7
yum install google-chrome-stable
pip install selenium
yum install chromedriver.x86_64

# 如果版本不一致 , 则找到对应的版本
wget http://chromedriver.storage.googleapis.com/99.0.4844.51/chromedriver_linux64.zip;
unzip chromedriver.zip