I’m working on an automation project using Appium with Python for an emulator. In my app (Instagram, in this case), I need to type words into an input box one character at a time, rather than all at once. How can I achieve this?
I’ve tried using the send_keys function in Appium, but it sends all the characters simultaneously. I’m not an experienced coder, so I would appreciate any guidance or code examples to help me accomplish this.
North is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.