码迷,mamicode.com
首页 > 其他好文 > 详细

【uiautomator】UiCollection

时间:2015-06-16 16:21:41      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

UiCollection

描述:用于枚举界面容器元素,通过文本或者描述来计数或者定位子元素

公共构造函数

UiCollection(UiSelector selector)

 

公共方法

UiObject

getChildByDescription(UiSelector childPattern,String text)

默认滚动,查找childPattern对应的text值text子元素

UiObject

getChildByInstance(UiSelector childPattern,int instance)

仅在可见item和不滚动的情况下执行

UiObject

getChildByText(UiSelector childPattern,String text)

默认滚动,查找childPattern对应的text值为text子元素

int

getChildCount(UiSelector childPattern)

返回childPattern子元素数目,仅在计算当前屏幕子元素

 

继承方法

com.android.uiautomator.core.UiObject

java.lang.Object

【uiautomator】UiCollection

标签:

原文地址:http://www.cnblogs.com/wonderful0714/p/4580687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!