google chromeDriver 地址

#chrome driver 下载地址

https://getwebdriver.com/chromedriver

#chrome brower下载地址

https://googlechromelabs.github.io/chrome-for-testing/

centos 安装的dockerFile的部分命令:

#安装browser

wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-124.0.6367.91-1.x86_64.rpm &&

yum localinstall -y ./google-chrome-stable-124.0.6367.91-1.x86_64.rpm &&

rm -f ./google-chrome-stable-124.0.6367.91-1.x86_64.rpm &&

#安装chrome driver

wget https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/linux64/chromedriver-linux64.zip &&

unzip chromedriver-linux64.zip &&

mv -f chromedriver-linux64 /usr/bin/ &&

chmod +x /usr/bin/chromedriver-linux64/ &&

cp /usr/bin/chromedriver-linux64/chromedriver /usr/bin/ && ]

#安装openssl 1.1.1K

wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz &&

tar zxvf openssl-1.1.1k.tar.gz &&

cd openssl-1.1.1k/ &&

./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib &&

make &&

make install &&

ln -sf /usr/local/openssl/bin/openssl /usr/bin/openssl &&

echo "/usr/local/openssl/lib" > /etc/ld.so.conf.d/openssl.conf &&

ldconfig

相关推荐
天天睡大觉6 小时前
Python学习7
windows·python·学习
郝学胜-神的一滴6 小时前
Qt实现圆角窗口的两种方案详解
开发语言·c++·qt·程序人生
superman超哥6 小时前
Iterator Trait 的核心方法:深入理解与实践
开发语言·后端·rust·iterator trait·trait核心方法
冰暮流星6 小时前
javascript短路运算
开发语言·前端·javascript
唐叔在学习7 小时前
Pywebview进阶:基于Python直接操作前端元素
后端·python
kylezhao20197 小时前
在C#中实现异步通信
开发语言·c#
05大叔7 小时前
大事件Day01
java·开发语言
Legendary_0087 小时前
从DC接口改成Type-C:LDR6328芯片助力传统设备升级快充体验
c语言·开发语言
夫唯不争,故无尤也7 小时前
智能旅行助手agent:从零构建AI旅游推荐
人工智能·python·大模型开发
至为芯7 小时前
IP5385至为芯支持C口双向快充的30W到100W移动电源方案芯片
c语言·开发语言