有两个 APK,需要通过 A 应用,才能打开 B 应用。
A 应用为原生,而 B 应用是混合的话,进入 B 应用切换 WEBVIEW 时,会提示 chrome not reachable。
需要怎么操作?
这个问题解决了吗?可否分享解决方案及原因?
#23 楼 @adfghzhang
在 Appium 日志中,
Only local connections are allowed.
info: Proxying [GET /status] to [GET http://127.0.0.1:9515/wd/hub/status] with no body
info: Got response with status 200: {"sessionId":"","status":0,"value":{"build":{"version":"alpha"},"os":{"arch":"x86_64","name":"Windows NT","version":"6.1 SP1"}}}
info: Proxying [POST /session] to [POST http://127.0.0.1:9515/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com..","androidUseRunningApp":true,"androidDeviceSerial":"192.168.180.101:5555"}}}
之后就一直到 Appium 超时没有反应,有什么解决方法吗?是什么原因导致的?
超时设置改为 120 秒也没有用