我试过了:
SLButton *actionSheetButton = [SLButton elementWithAccessibilityLabel:@"Remove"]; // also tried same with SLElement
BOOL popoverDisplayed = SLWaitUntilTrue([UIAElement(actionSheetButton) isValidAndVisible], 3.0);
if (popoverDisplayed) {
[UIAElement(actionSheetButton) tap];
}
我能够使用 SLPopover 关闭/取消操作表,但我想测试按钮操作。
谢谢。
编辑:
Instruments 中记录的错误:
发生意外异常
***SLUIAElementNotTappableException***
的原因是:元素“<SLButton description:"Remove"
>”不可点击。