Espresso ScrollView Scroll Down (ESSD)


ESSD:   SOLD       




Hi dev, I'm a beginner who just learned unit testing using Espresso. I'm having trouble creating a scenario to scroll the ScrollView content down, please help me, thank you.

Solution

If at the bottom of your ScrollView there are one or more View components, then simply perform an action  scrollTo() on the target id of the View component below it, for example.

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

Note:  scrollTo  will not work if the view is already fully displayed, so you need to add more View components inside it so that the screen area is not enough to fit the entire view.


Post a Comment

Previous Next

نموذج الاتصال