I am working on iOS native app automation, and when certain below xpaths elements are verified and clicked. It burns alot of time to identify and click on the element.
Note: I have not given any explicit wait time
xpath : //UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIATextField[3]
//UIAApplication[1]/UIAWindow[1]/UIAScrollView[2]/UIAButton[1]
Can anyone let me know whether you have encountered the similar issue?