Fast scroll in Robotium
问题 I have created a test project for my Android project. In my app there is a listview that has a lot of data. I need to scroll this listview up and down using Robotium. I have used the scrollUp() and scrollDown() functions, but it is scrolling too slowly. I am using Robotium 3.3. Is there any way to make a fast scroll? 回答1: int screenWidth = getActivity().getWindowManager().getDefaultDisplay().getWidth(); int screenHeight = getActivity().getWindowManager().getDefaultDisplay().getHeight(); int