linux 下selenium chrome使用

linux 下selenium chrome使用
CentOS安装Google浏览器

linux 下selenium chrome使用详解

linux 下selenium chrome使用

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum install ./google-chrome-stable_current_x86_64.rpm
yum install mesa-libOSMesa-devel gnu-free-sans-fonts wqy-zenhei-fonts
# http://chromedriver.storage.googleapis.com/index.html
# 下载驱动
wget http://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip -P /home
unzip chromedriver_linux64.zip
ln -s /home/chromedriver /usr/bin/chromedriver
posted @ 2022-04-13 13:22  左岸丶  阅读(105)  评论(0编辑  收藏  举报