使用Espresso Automator标记复选框

时间:2018-07-26 20:34:18

标签: android android-espresso

我正在尝试在带有Espresso的RecyclerView内标记一个复选框,但是该回收站内部具有一些布局,层次结构如下所示:

android.support.v7.widget.RecyclerView
->android.widget.LinearLayout(0)
-->android.widget.FrameLayout(0)
--->android.widget.RelativeLayout(0)
---->android.widget.CheckBox(0)

我需要选中相应的框,然后访问此层次结构,我已经使用了所有可能的方法,有人对此有所了解吗??

hierachy using uiautomator

0 个答案:

没有答案