Akhil Latta
Akhil Latta

Reputation: 1723

Click Long On Image using Robotium

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

Answers (1)

Tronum
Tronum

Reputation: 717

solo.clickLongOnView(view, time); if image is a view or solo.clickLongOnScreen(x, y, time);

Upvotes: 2

Related Questions