Suppose, I have a ListView, which contains 20 ListItems. Each item is having a button, now I want to click a button which is located at 10 position in ListView. How I can automate it via robotium?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try using the solo.clickInList(int line, int index) Something like:
Hope this helps! |
|||||
|
|
I am not sure exactly what you are trying to do, My assumption is that you have a list view with too many items to fit on the screen and you want to click the button that is at the 10th position or something to that effect? am i right? If so i have previously produced some listview helper functions to get the view at a given index in the list view:
|
|||
|
|
|
Try to do ti like this (not sure if it works)
Hope this helps ! |
|||
|
|
[java]. – Jan Dvorak Oct 19 '12 at 6:53