1.webdriver版本与浏览器版本不匹配,在执行的时候会抛出如下错误提示
selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing ‘value‘
解决方案
下载匹配的webdriver放到python的执行文件夹下,替换原来的webdriver文件即可。
原文地址:https://www.cnblogs.com/hades/p/8926095.html
时间: 2024-10-13 00:48:30