Appium 1.5.0
Xcode 7.3
IOS 10.11.4 OSX EI Capitan
Using on:Simulator iOS 8.1
Suppose we have a text field To see more information click
hereand to get more click
here.
So I identified the text using xpath
and I can get its location and size.
Now can we somehow get the location of here .I need to click it, but because it is not an element I cannot search for it. So somehow if I can get its location, I can tap
at that.
But how can we get its location and still keep it generic so that it runs on different devices?