How is it possible to scroll down to the bottom of ScrollView in Espresso test? Thanks!
for me when using nestedScrollview i just swipeUp (if you want to go down)..here is an example call:
onView(withId(R.id.nsv_container)) .perform(swipeUp());