Python 配置Selenium+Chrome环境

系统环境:
Windows 10,Python 3.5

安装selenium

pip install selenium

下载Chrome程序,并安装

下载ChromeDrive.exe

下载下来为一个压缩包文件,解压缩,得到chromedrive.exe
将下载的最新版本的 chromedrive.exe 拷贝到 python3.5的安装目录
到此,环境配置完成。

你可能感兴趣的:(Python 配置Selenium+Chrome环境)