Hi,
I'm automating on a Android Real Device, For an element, the getLocation() API returns the x &y co-ordinates of an element, but when i try to perform actions like tap, swipe, with the co-ordinates which is been fetched from getLocation() API the action does not seem to be performed on expected element.
The co-ordinates fetched through getLocation() API differs from the co-ordinates shown by the Android Devices Pointer Location.
How should tap,swipe be performed based on the elements co-ordinates using TouchActions API.
Kindly provide guidance in the above scenario.