上下滚动 scrollDown public boolean scrollDown()Scrolls down the screen.Returns:true if more scrolling can be performed false if it is at the end of the screen 滚动条进行向下操作 返回: true-如果可以进行滚动的话
在Android中,CheckBox和RadioButton是很常见的控件,那怎样用Robotium对该空间进行测试呢; 我们在Robotium的API文档的solo类中可以看到以下两种方法,通过CheckBox和RadioButton的index值来找到该控件: public void clickOnCheckBox(int index)Clicks a CheckBox matchi