appium报错session not created: This version of ChromeDriver only supports Chrome version 84

1
2
 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
更新就好了
然后再试一试,完美解决问题...