I’ve noticed that some times after editing a field that editing a second field will delete characters from the one previously edited with send_keys. I’m using ruby with a 1.3.1 appium. I tried with both the unicode keyboard and an en_US one. It happens every time.
Here is a video of this happening on a nexus4 https://www.dropbox.com/s/rxp8r75f45w5f9i/bad_send_keys_touch.mp4?dl=0 The big problem happens at 1:20 when editing the first name causes the edited last name to now change. At around 1:00 you see a problem that I can recover from.
I’ll try upgrading again but I wanted to know if anyone else is having this problem. Note, the first time it goes through that form everything works because they are empty, I guess, the second time I tried altering the order of filling out stuff. In any order editing with send_keys doesn’t work for this form.