I Need to do a swipe up in an Android application using Kotlin and Espresso as the testing library, but I cannot figure out which value R represents to add the SwipeUp() function to my code
onView(withId(R.id.recycler)).perform(swipeUp()):
I Need to do a swipe up in an Android application using Kotlin and Espresso as the testing library, but I cannot figure out which value R represents to add the SwipeUp() function to my code
onView(withId(R.id.recycler)).perform(swipeUp()):