I am trying to test login using appium for an iOS app but noticed that password field is adding extra characters, although user field is accepting exact value whatever I am entering. Locally working absolutely fine(appium version :1.8.1) but failing on aws with appium version 1.7.1.
I tried following:
- elem.clear,sendKeys(password+Keys.Return)
- MobileElement
- Just entering the value in password field then clicking the log in button.
Please help me with this issue.
Thanks,
Anshika