Hi,
My app navigates to a webview by clicking on a link and the page is loaded on inspector.
But i am unable to find the element using locator and unable to perform any action using the script as well. below is the xpath of that element
//UIAApplication[1]/UIAWindow[2]/UIAScrollView[1]/UIAWebView[1]/UIAStaticText[1]
and when i tried to get the avaiable_contexts… it is returning only ‘Native_app’ …
not sure how to fix this, please help.