Espresso is unable to perform any action on the app at the right corner of any device.It throws below error.
I have tried below code:
onView(withId(R.id.mapHomeSearch)).perform(click());
I have also tested it with closing the keyboard, scrolling, position, descendant, etc. But the error remains the same of every app icon falling in that co-ordinates.
Any help would be appreciated.
android.support.test.espresso.PerformException: Error performing 'single click - At Coordinates: 647, 1335 and precision: 16, 16' on view 'with 0 child view of type parentMatcher'.