发布于 2018-10-16 22:10:05
我没办法让它起作用:
let continueButton = app.alerts.buttons["Continue"]
XCTAssert(waitAndTap(continueButton), "could not tap on alert \"Continue\" button"但这次黑客攻击似乎起到了关键作用:
let statusBarsQuery = app.statusBars
statusBarsQuery.element.tap()https://stackoverflow.com/questions/47351709
复制相似问题