This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
3 / 3
Aug 2018

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:

  1. elem.clear,sendKeys(password+Keys.Return)
  2. MobileElement
  3. Just entering the value in password field then clicking the log in button.

Please help me with this issue.

Thanks,
Anshika

  • created

    Aug '18
  • last reply

    Aug '18
  • 2

    replies

  • 250

    views

  • 3

    users

8 days later

why you concatenate the Keys.Return? you say are clicking in the Login button, i presume it is not necessary and that’s what it is causing the extra character;