我安装的是 appium 1.15.1。我的手机安装的是 android 6.0.1.
我手机浏览器 app 的 webview 是 42,手机系统自带 webview 是 57
如果我 chromedriver 只下载 2.16 版本的,就提示 No Chromedriver found that can automate Chrome '57.0.2987'.
如果我只下载 chromedriver2.29 或者把 chromedriver 的 2.16 和 2.29 版本都下载下来,就提示我:
Unable to automate Chrome version because it is too old for this version of Chromedriver. Chrome version on the device: Chrome/42.0.2311.154
A new session could not be created. Details: session not created exception: Chrome version must be >= 56.0.2884.0
还请大家指教,这种情况怎么解决呢?!
学习了 https://testerhome.com/topics/15479 这个帖子还是不懂怎么解决。