I have x = 402 and y=201 I need to get text available at that specified coordinates using Androidviewclient can anyone help in solving this issue
How can I get text if I have x,y coordinates using Androidviewclient
260 Views Asked by Raghu vamshi Mandala At
1
ViewClient.findViewsContainingPoint() method does exactly that, given a Point returns the list of Views containing such Point, which could be more than one.
Then, you can get the text or any other View attribute.
culebra can create a template script for you and then you can edit it and add what you need.
For your case something like this