doubleQ

Results 2 comments of doubleQ

我已经设置autoAcceptAlerts=true 程序仍然被阻塞。

调试了源代码,真机ios下没有openURL方法。 ``` javascript IOS.prototype.get = function * (url) { if (this.isSafari || this.proxy) { yield this.device.openURL(url); yield _.sleep(2000); if (!this.remote) { this.remote = new RemoteDebugger({ deviceId: this.udid }); yield this.remote.start();...