Hi there,
I got few Questions to asks on appium. I don't know if this is right place to post it.
Issue is- I am unable to tap on Login button of my app through my automation script. I am able to place Username and password on the text fields. the following is the code which i had written to tap on login button for IOS. I am using Simulator iPad retina 8.4
(MobileElement) LoginButton=(MobileElement) wd.findelement.(By.Xpath("\UAIXXx\XX\xxxx\xxx\UAIButton"));
LoginButton.tap(1,2);
I can see a tap on login button but it is not taking me to other screen. When i tap manually it enters. What could be the reason?