Espresso NestedScrollView
问题 I am trying to test EditTexts in my form that are within a NestedScrollView. I am running the following code: onView(withId(R.id.register_scroll_view)).perform(scrollTo()).perform(click()); where register_scroll_view is my NestedScrollView. However, I am getting an exception: android.support.test.espresso.PerformException: Error performing 'scroll to' on view 'with id: com.eazyigz.myapp:id/register_scroll_view'. Caused by: java.lang.RuntimeException: Action will not be performed because the