使用其他iPhone版本时会出现此问题。
使用iPhone 5和录像机:
app.scrollViews.otherElements.collectionViews.staticText[“TEXT”]
使用iPhone 7和录像机:
app.children(matching: .window).element(boundBy: 0).children(matching: .other).element(boundBy: 1).scrollViews.children(matching: .other).element.children(matching: .collectionView).element.children(matching: .cell).element(boundBy: 0).children(matching: .other).element(boundBy: 0)`
测试中断是因为在iPhone 7上测试时无法找到该元素,尽管在iPhone 7上使用accessibilityInspector会说明accessibilityValue是" TEXT"