爬虫之selenium配置基于Chrome浏览器

配置selenium–基于Chrome浏览器[PyCharm + Anaconda]

1、安装selenium
PyCharm的环境中找到选择自己要安装selenium的Anaconda环境进行安装。如图
爬虫之selenium配置基于Chrome浏览器
(在pycharm中,将鼠标悬停在from selenium import webdriver中的selenium上,直接用快捷键Alt+Shift+Enter进行安装)

2.配置chromedriver,进入网站https://npm.taobao.org/mirrors/chromedriver/选择对应的版本。先下载最新的版本。如图。
爬虫之selenium配置基于Chrome浏览器
下载后解压,并把对应的chromedriver.exe文件放到对应的anaconda虚拟环境下,如图。
爬虫之selenium配置基于Chrome浏览器
3.运行测试代码,找到正确版本的chromedriver.exe

from selenium import webdriver

driver = webdriver.Chrome()
driver.get("https://www.baidu.com/")

如果版本不正确,会得到如下报错信息。如图
爬虫之selenium配置基于Chrome浏览器
根据对应的报错信息,进入刚才的网站https://npm.taobao.org/mirrors/chromedriver/找到对应版本的chromedriver.exe放到对应的anaconda虚拟环境下即可。
4.重新运行测试代码,得到结果如图
爬虫之selenium配置基于Chrome浏览器

上一篇:selenium.common.exceptions.SessionNotCreatedException: Message: session not created:(保姆级图文解决问题步骤)


下一篇:标记(TAG)您的弹性容器实例(ECI)资源