appium 打开h5环境报错:session not crea

2021-03-29  本文已影响0人  S_jie
 raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: A new session could not be created. Details: session not created: This version of ChromeDriver only supports Chrome version 84

已经下载的最先的chrome手机端和电脑端。版本都一致,chromedriver版本也是更新了。但是还是报错:session not created: This version of ChromeDriver only supports Chrome version 84

然后通过分析日志发现了问题,


image.png

啥意思呢,就是告诉我我手机android内置的web view版本并不是84,而是68.0.3440.91。
找到问题就好处理了。
在google play里面搜索web view
更新就好了
然后再试一试,完美解决问题...

上一篇 下一篇

猜你喜欢

热点阅读