android - How to Click on item of recycler view using robotium -
i have robotium 5.4 don't know how click on item in recycler view in android.
for me worked method clickinrecyclerview(int itemindex).
from source code:
/** * clicks specified item index , returns arraylist of textview objects that
* item index displaying. use first recyclerview finds.
*
* @param itemindex item index click
* @return {@code arraylist} of {@linktextview} objects located in item index */public arraylist clickinrecyclerview(int itemindex) {
Comments
Post a Comment