Appium ios 版微信支付失败后, appium 的操作会卡死

萤火虫 · February 06, 2017 · 826 hits

微信支付失败时 (如支付密码错误), 在后台执行的 appium 操作会卡死.如

        int i = 0;
while(++i > 0) {
    System.out.println(appiumDriver.manage().window().getSize().getWidth() + "==============" + i);
}

想问一下社区里有没有遇到过这种情况, 以及这种情况的解决方法

No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up