我在一块楼板上绘制的uistackview上有一个视图和五个按钮: 但是,当我录制时,它总是按下第三个按钮,我无法随机按下哪个按钮 代码是:
let app = XCUIApplication()
let oneElement = app.otherElements["First"]
let twoElement = app.otherElements["Two"]
if oneElement.exists
{
oneElement.tap()
}
if twoElement.exists
{
twoElement.tap()
}
TwoElement是点击按钮的那个 如何将水龙头指向按钮1或0?
答案 0 :(得分:0)
其他内容是录音提供的内容。我将在几个小时内完成调试说明
答案 1 :(得分:0)
otherElements
是录音提供的内容。我将在几个小时内发送调试说明
答案 2 :(得分:0)
这是录音提供的内容。我将在几个小时内发送调试说明