Hi Team,
I am facing some issues in locating elements in a IOS native iPad application:
For clicking a button inside a frame, I am not able to locate that particular element in appium inspector. If I try to use locators for different areas of that button in my script, it shows an error in console saying “element could not be found”.
I tried switchTo.frame() also to locate the element but it didnt work.
Could you please help in solving the issue