操作系统:Alibaba Cloud Linux 3.2104 LTS 64位 UEFI版
进入
Chrome for Testing availability
找到 chrome-headless-shell linux64 以及 chromedriver linux64
一、下载 chrome-headless-shell
# 下载并解压
wget https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.110/linux64/chrome-headless-shell-linux64.zip
unzip chrome-headless-shell-linux64.zip
# 移动到系统路径(例如 /opt)
sudo mv chrome-headless-shell-linux64 /opt/chrome-headless-shell
二、下载匹配的 chromedriver
wget https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.110/linux64/chromedriver-linux64.zip
unzip chromedriver-