使用addinterruptionmonitor处理自定义提示

时间:2019-04-11 22:58:27

标签: ios xctest xcode10 xcuitest

我想知道是否可以使用addinterruptionhandler处理应用程序中显示的自定义提示/对话框?

当前,我们正在使用addinterruptionhandler处理位置和通知警报。

但是由于显示自定义对话框/提示,测试有时会失败。

“失败:无法滚动到可见(通过AX操作)按钮。ErrorCannotComplete执行AXAction”

 addUIInterruptionMonitor(withDescription: "Notifications") { (alert) -> Bool in

addinterruptionhandler以在XCUIElement下方标识并关闭它。

 XCUIApplication().otherElements["CustomPrompt"]

0 个答案:

没有答案