如何使用appuim从iOS中的元素中查找元素

时间:2016-03-16 08:43:21

标签: java ios selenium appium

如下所示,我想检查每个UIACollectionCell是否有UIAStaticText。 反正有没有找到它? 感谢enter image description here

1 个答案:

答案 0 :(得分:0)

您可以使用下面的方法element是您的单元格元素。

element.findElements(By.className("UIAStaticText"));
element.findElement(By.ByClassName"UIAStaticText");