Reputation: 1723
I want my test to click on an image for about 20-30 seconds, How can I achieve this with current robotium version.
Upvotes: 1
Views: 728
Reputation: 717
solo.clickLongOnView(view, time); if image is a view or solo.clickLongOnScreen(x, y, time);
Upvotes: 2