Locators Identification

If DOM structure is not identified, what is the alternative way to click elements in that particular page.

We have tried X and Y co-ordinates with touch actions, however failure rate is very high.

Any solution would be much appreciated!!

Hi,
Idenitfying elements via co-ordinates is not recommended at all. Try and see if switching appium context to webview can help in identifying DOM elements.