I have a username textfield on an Android app. If a user long-presses on the textfield, a menu pops up. If a user lightly taps inside the textfield, then the user can enter the username.
If I use sendKeys, it somehow is interpreted as long-press which I do NOT want. How do I avoid triggering long-pressing from sendKeys?