I have a recyclerview with a lot of items. Some of them are not displayed on the screen. How do I click on a button inside a recyclerview item which is not displayed on the screen?
I know the item position and the button id.
PS: My layout is inside a NestedScrollView.