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

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

解决方案

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-09-06
  • 2021-08-06
  • 2021-12-10
猜你喜欢
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-07-09
  • 2021-12-18
  • 2021-11-29
相关资源
相似解决方案