INNER CODE UNIT · Java

swipeDownRecyclerViewToPosition

JsonChao/Awesome-WanAndroid · app/src/androidTest/java/json/chao/com/wanandroid/BasePageTest.java:132

    protected void swipeDownRecyclerViewToPosition(@IdRes int recyclerViewId, int position) {
        onView(allOf(withId(recyclerViewId), hasFocus()))
                .check(matches(isDisplayed()))
                .perform(scrollToPosition(position))
                .perform(swipeDown());
    }

}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…