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

Posted hades

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python + selenium webdriver 自动化测试 之 环境异常处理 (持续更新)相关的知识,希望对你有一定的参考价值。

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

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

解决方案

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

 

以上是关于python + selenium webdriver 自动化测试 之 环境异常处理 (持续更新)的主要内容,如果未能解决你的问题,请参考以下文章

Selenium WebDriver(Python)API

[python] python+selenium+webdriver

[python] python+selenium+webdriver

selenium webdriver (python)大全

python+selenium—webdriver入门

转载selenium+Python WebDriver之selenium的定位以及切换frame(iframe)