Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. solo.clickInRecyclerView(index); only automates the clicking of that whole row.
  2.  
  3. getActivity().getFragmentManager().getFragmentAtPosition(count-1)
  4.  
  5. MyFrag myCurrentFrag = (MyFrag) ....
  6.  
  7. RelativeLayout myRel = (RelativeLayout) getchildAt();
  8. Button btn = (button) myRel.findViewById();
  9. btn.performClick();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement