python + selenium webdriver 自动化测试 之 环境异常处理 (持续更新)

1.webdriver版本与浏览器版本不匹配,在执行的时候会抛出如下错误提示

selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing 'value'

解决方案

下载匹配的webdriver放到python的执行文件夹下,替换原来的webdriver文件即可。

 

posted on 2018-04-27 13:52  hades  阅读(588)  评论(0编辑  收藏  举报

导航