1. driver不匹配(常见于打不开浏览器,或者浏览器能打开但是获取不了网页元素,或者无法sendKey等问题)

Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'
  (Session info: chrome=65.0.3325.181)
  (Driver info: chromedriver=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 48 milliseconds

Build info: version: 'unknown', revision: 'unknown', time: 'unknown'

解决方法: https://www.seleniumhq.org/download/  访问该地址下载对应软件版本的driver

相关文章:

  • 2021-12-06
  • 2021-10-18
  • 2021-07-24
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-05-09
  • 2021-06-17
  • 2021-11-26
  • 2022-12-23
  • 2021-12-07
相关资源
相似解决方案