0

我在楼层板上绘制的 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?

4

3 回答 3

0

其他元素是录音提供的。我将在几个小时内完成调试描述

于 2017-02-08T14:20:23.173 回答
0

这是录音提供的。我将在几个小时内发送调试描述

于 2017-02-08T15:29:17.547 回答
0
otherElements 

是录音提供的。我将在几个小时内发送调试描述

于 2017-02-08T14:26:01.817 回答