UI测试:accessibilityIdentifier由accessibilityInspector设置和检测,但不由记录器设置和检测

时间:2018-04-16 23:49:27

标签: ios swift xctest xcuitest

使用其他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"

0 个答案:

没有答案