51Testing软件测试论坛
标题:
Robotium 滑动找到指定id
[打印本页]
作者:
悦月星雨
时间:
2018-4-12 12:00
标题:
Robotium 滑动找到指定id
例如租房房源详情页
问题:只有翻到第二屏或者第三屏的时候才有预订房源按钮,所以我想滑动知道有预订按钮才可以点击预订
但是我做的
ListView roomList = (ListView) BaseClass.solo.getView(RobbtiumFunction.getCurrentActivityId("roomList")); //是预订房源的上上层的resource-id
LinearLayout rl_all = (LinearLayout) roomList.getChildAt(0);
RelativeLayout reLayout = (RelativeLayout) rl_all.getChildAt(0);
Log.d("uhouzz", "msg " + reLayout.getChildAt(5));
明明通过uiautomatorviewer获取到预订按钮是5,可是实际运行的时候获取的5是其他按钮,我就搞不懂了,难道在第一屏的时候所以属性都有么,请问大神们怎么解决?在线等,急
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2