linux installation nogui-chrome, selenium operating environment configured

#https: //chromedriver.storage.googleapis.com/index.html View chromedriver version of 
wget https://chromedriver.storage.googleapis.com/index.html?path=80.0.3987.106/



[root @ localhost ~] # vi /ect/yum.repos.d/google-chrome.repo 

#repo content editor as follows:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub


#安装
yum -y install google-chrome-stable --nogpgcheck
#查看
google-chrome --version


  

Reference: https://www.cnblogs.com/qiaoliming/p/chrome.html

 

Guess you like

Origin www.cnblogs.com/zhizhiyin/p/12459032.html