当前位置: 首页 > news >正文

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

http://www.lryc.cn/news/341837.html

相关文章:

  • 分布式与一致性协议之Raft算法(一)
  • 从自定义一个作用域开始来了解SpringBean的作用域
  • Android 编译文件简述(Android.mk)
  • [React] 手动实现CountTo 数字滚动效果
  • 9.Admin后台系统
  • redis之集群
  • #9松桑前端后花园周刊-React19beta、TS5.5beta、Node22.1.0、const滥用、jsDelivr、douyin-vue
  • STM32中UART通信的完整C语言代码范例
  • 【ITK统计】第一期 分类器
  • 51单片机两个中断及中断嵌套
  • VUE 监视数据原理
  • Thinkphp使用dd()函数
  • Git使用指北
  • STM32G030F6P6TR 芯片TSSOP20 MCU单片机微控制器芯片
  • 零基础入门学习Python第二阶01生成式(推导式),数据结构
  • Java面试题:多线程3
  • 【QEMU系统分析之实例篇(十八)】
  • pyside6的调色板QPalette的简单应用
  • 苍穹外卖项目
  • error: Execution was interrupted, reason: signal SIGABRT
  • HarmaonyOS鸿蒙应用科普课
  • 数码管的显示
  • 关于海康相机和镜头参数的记录
  • 【JavaScript】运算符
  • LabVIEW航空发动机主轴承试验器数据采集与监测
  • CVE-2022-2602:unix_gc 错误释放 io_uring 注册的文件从而导致的 file UAF
  • LSTM实战笔记(部署到C++上)——更新中
  • 鸿蒙内核源码分析(消息队列篇) | 进程间如何异步传递大数据
  • Sentinel流量防卫兵
  • 微信小程序:14.什么是wxs,wxs的使用