美文网首页
selenium.common.exceptions.WebDr

selenium.common.exceptions.WebDr

作者: 晨暮云海 | 来源:发表于2018-06-08 14:30 被阅读0次

自动化脚本打开谷歌浏览器,最大窗口化:self.driver.maximize_window()
经常会报错:

selenium.common.exceptions.WebDriverException: Message: disconnected:unable to connect to renderer

经过分析发现chrom版本与chromedriver不兼容的问题造成的。

解决方法:
去如下网址下载最下的chromedriver:
https://npm.taobao.org/mirrors/chromedriver/

image.png

下载后,放在chrome的这个路劲下:


image.png

就ok啦

相关文章

网友评论

      本文标题:selenium.common.exceptions.WebDr

      本文链接:https://www.haomeiwen.com/subject/ojhasftx.html