I want to access the list view child textview value in Robotium test class, through this documentation http://ift.tt/1PZ2DxW i see these lines to access textview ListView lvResults = solo.getCurrentListViews().get(0);
or ArrayList vTextViewResults = solo.getCurrentTextViews(lvResults);
First line is getting the first list used on screen, and second line it getting all TextView controls in ArrayList, but .getCurrentListViews() method is missing. Version i'm using robotium:robotium-solo:5.5.2
Some link also reffered Iterating through a List and clicking on list items in Robotium http://ift.tt/1PZ2Dy0
Aucun commentaire:
Enregistrer un commentaire