Python:selenium之Chrome Driver
配置步骤:
一、把 chromedriver.exe 文件放置到以下位置之一:
其中一个位置即可
(1)chrome 的安装目录下
(默认路径:C:\Users\ling3\AppData\Local\Google\Chrome\Application)
(2)Python 的安装目录下
(我自己安装的路径:D:\program\Python\install\Python-3.7.0\Python370)
二、对 Path 进行编辑,在变量值后面加入 chrome 或 Python 的安装目录。
1、右击“我的电脑”,属性,高级系统设置,环境变量