selenium-webdriver连接不上浏览器

selenium-webdriver连接不上浏览器

1.按照网上文章介绍尝试了本地hosts文件配置 127.0.0.1 localhost 无效(ping 连接是正常的)。
2、关闭防火墙也是正常的。
3、重新安装浏览器,selenium,Chromedriver.exe版本也都对应。
4、环境变量,绝对路径,相对路径都尝试了,应该还是哪里配置问题,但是一直没有查询出原因。
依然出现问题:
File "D:\Program Files\python_\lib\site-packages\selenium\webdriver\common\service.py", line 104, in start

raise WebDriverException("Can not connect to the Service %s" % self.path)

selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver
请教各位大神的解决方案和回复?


回答:

还有一种可能驱动的版本和浏览器版本是否匹配。

下载地址: https://chromedriver.chromium.org/downloads


已参与了 SegmentFault 思否社区 10 周年「问答」打卡 ,欢迎正在阅读的你也加入。

以上是 selenium-webdriver连接不上浏览器 的全部内容, 来源链接: utcz.com/p/938226.html

回到顶部