原文:【AI测试学习】【Python学习】解决:selenium.common.exceptions.WebDriverException: Message: 'chromedriver' 报错

转自:https: blog.csdn.net weixin article details C: Python lib site packages selenium webdriver chrome webdriver.py , line , in initself.service.start File C: Python lib site packages selenium webdriver ...

2020-05-13 13:52 0 868 推荐指数:

查看详情

selenium.common.exceptions.WebDriverException: Message: 'chromedriver'解决

今天在做selenium测试的时候,可能是很久没用了,直接报了这个异常! 解决办法: 1.确认chrome浏览器版本 2.访问chrome官网下载相应版本的驱动http://chromedriver.storage.googleapis.com/index.html 往下拉 解压分别放到 ...

Fri Jul 17 02:09:00 CST 2020 0 6976
selenium.common.exceptions.WebDriverException: Message: 'chromedriver'解决

相信很多第一次学习selenium的同学们也对这个异常不陌生了,但具体该如何解决这个bug呢? 主要的原因还是因为selenium模拟的客户端对浏览器的操作,但相应浏览器的驱动版本不匹配导致的。 为了解决这个问题,我们需要先了解我们当前浏览器 ...

Sat Dec 12 23:19:00 CST 2020 0 1315
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM