愤怒柜子

文章
6
资源
0
加入时间
3年0月20天

uiautomator自动化脚本 swipeLeft (int steps):拖动对象向左滑动,步长可以设置 swipeRight (int steps):拖动对象向右滑动,步长可以设置 swipeUp (int steps):拖动对象向上滑动,步长可以设置 setText (String text):设置文本框对象的文本内容 clearTextField ():清除文本框对象的文本内容

1、先定位到父控件再定位子控件UiObject rename=new UiObject(new UiSelector().className                ("android.widget.LinearLayout").index(5).childSelector                (new UiSelector().resourceId("com.eiso