码迷,mamicode.com
首页 > 系统相关 > 详细

linux 安装nogui-chrome,构造selenium运行环境

时间:2020-03-11 15:07:00      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:install   linu   tab   root   htm   tor   ref   环境   wget   

#https://chromedriver.storage.googleapis.com/index.html 查看chromedriver的版本
wget https://chromedriver.storage.googleapis.com/index.html?path=80.0.3987.106/ 



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

#repo内容编辑如下:
[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


  

参考:https://www.cnblogs.com/qiaoliming/p/chrome.html

 

linux 安装nogui-chrome,构造selenium运行环境

标签:install   linu   tab   root   htm   tor   ref   环境   wget   

原文地址:https://www.cnblogs.com/zhizhiyin/p/12459032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!