I want to find out the coordinates of the view. So,to perform view.getX()
I need to have the view object.
Asked
Active
Viewed 90 times
0

Niteesh Tiwari
- 23
- 7
-
please check this answer https://stackoverflow.com/questions/34683956/how-to-get-a-view-from-within-espresso-to-pass-into-an-idlingresource?rq=1 – Upendra Shah Jul 06 '17 at 07:24
-
@Upendra, I have recyclerView so I am facing difficulty because one Id corresponds to many views here. – Niteesh Tiwari Jul 06 '17 at 07:45