还未发布过话题
  • // 下面是为了消除打开app时的弹窗,也可以直接设置autoAcceptAlerts为true
    capabilities.setCapability("locationServicesAuthorized", true);
    capabilities.setCapability("waitForAppScript", "$.delay(5000); $.acceptAlert(); true;");
    

    加上上面 2 句,就是等待 5 秒,然后自动确认。或者按照注释的配置也行,不过不能等 5 秒了。

  • swipe start_x: 200, start_y: 200, end_x: 400, end_y: 200, duration: 2

    你这里从 200 滑动到 400,是页面向上滚动了。。。