zoukankan      html  css  js  c++  java
  • 【uiautomator】UiCollection

    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

  • 相关阅读:
    case when if
    存储过程 、函数和事务
    poj 2263
    hdu -1874
    poj 2472
    2544 hdu
    模板floyed
    模板Dijkstra
    hdu 2066
    hdu 2544
  • 原文地址:https://www.cnblogs.com/wonderful0714/p/4580687.html
Copyright © 2011-2022 走看看