Environment:
Appium 1.5.3
Xcode 7.3.1
Java-client 3.3.0
iPad Air 2
How do you guys hide keyboard?
When I input username and password with send keys method my login button is not visible anymore.
I can locate username/password by xpath (given to me through inspector). I can send info to those elements with sendKeys method.
However, when I try to locate keyboard button "hide keyboard" with xpath my script crashes.
Can someone point me to the right direction?
What I am trying to do: enter username/password, then hide keyboard as it blocks login button, and then click login button.
Thank you.