Quantcast
Channel: Android - Espresso - scrolling to a non-list View item - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Android - Espresso - scrolling to a non-list View item

$
0
0

Is there a general approach for scrolling to non-list View items that are not yet visible on the screen?

Without any precautions, Espresso will indicate that "No Views in hierarchy found matching with id .....

I found this answer ... is this the best approach?

onView( withId( R.id.button)).perform( scrollTo(), click());

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images