Sai*_*ddy 8 selenium google-chrome webdriver selenium-chromedriver selenium-webdriver
当试图在selenium webdriver中调用Sendkeys方法时,它显示如下错误:
Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'
(Session info: chrome=65.0.3325.146)
(Driver info: chromedriver=2.27.440174 (e97a722caafc2d3a8b807ee115bfb307f7d2cfd9),platform=Windows NT 6.1.7600 x86_64) (WARNING: The server did not provide any stacktrace information)
Run Code Online (Sandbox Code Playgroud)
Selenium Jarversion:3.10.0
Deb*_*anB 12
错误说明了一切:
Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'
(Session info: chrome=65.0.3325.146)
(Driver info: chromedriver=2.27.440174 (e97a722caafc2d3a8b807ee115bfb307f7d2cfd9),platform=Windows NT 6.1.7600 x86_64)
Run Code Online (Sandbox Code Playgroud)
您的主要问题是您使用的二进制文件之间的版本兼容性如下:
支持Chrome v54-56
支持Chrome v65-66
因此,ChromeDriver版本(v2.27)与Chrome浏览器版本(v65.0)之间存在明显的不匹配
@Test
. 归档时间: |
|
查看次数: |
15090 次 |
最近记录: |