Chrome Driver与Chrome版本映射表

Chrome历史版本下载

Chrome Driver Mirror

配置步骤:
一、把 chromedriver.exe 文件放置到以下位置之一:
其中一个位置即可
(1)chrome 的安装目录下
(默认路径:C:\Users\ling3\AppData\Local\Google\Chrome\Application)
(2)Python 的安装目录下
(我自己安装的路径:D:\program\Python\install\Python-3.7.0\Python370)
Python:selenium之Chrome DriverPython:selenium之Chrome Driver

二、对 Path 进行编辑,在变量值后面加入 chrome 或 Python 的安装目录。
1、右击“我的电脑”,属性,高级系统设置,环境变量
Python:selenium之Chrome Driver
Python:selenium之Chrome Driver

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-01-23
  • 2021-09-13
  • 2021-10-21
  • 2021-12-25
  • 2021-09-04
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-09-18
  • 2021-05-28
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案