当前位置: 代码迷 >> 综合 >> linux 安装 selenium 以及 chromedriver 安装
  详细解决方案

linux 安装 selenium 以及 chromedriver 安装

热度:99   发布时间:2023-12-14 06:49:04.0

pip install selenium

注意chromedriver 一定要和自己的chrome 或者 chromium相对应,否则会报错

然后解压,

chmod +x chromedriver

将其丢到 PATH任意路径即可