Hi,
I’m facing problem with an issue of getting attributes of custom link text in textview in native ios app.
I had tried it by using appium inspector and ISO automation. But the xpath which I got is tapping on the text view but not on the link text. I also tried it with the co-cordinates of IOS Automation
IOS Automation
“target.frontMostApp().mainWindow().elements()[3].tapWithOptions({tapOffset:{x:0.50, y:0.53}});”
Appium Inspector
//UIAApplication[1]/UIAWindow[1]/UIATextView[1]
Please help me in resolving this issue.
Thanks in advance.