Closed GoogleCodeExporter closed 9 years ago
What happens if you do this?
View view = listView0.getChildAt(0);
solo.clickOnView(view);
Original comment by renasr...@gmail.com
on 3 Dec 2014 at 2:35
When i do that it just clicks on the first row of the list view. But i want to
click on the imageView on the first row of the listView.
Original comment by shiva...@triveous.com
on 3 Dec 2014 at 6:51
You could try to use solo.getCurrentViews(ImageView.class), identify which one
of those ImageViews is the one your looking for and you want to click.
Original comment by renasr...@gmail.com
on 8 Dec 2014 at 5:22
Original issue reported on code.google.com by
shiva...@triveous.com
on 1 Dec 2014 at 9:49