Hi,
We have an Android APP where we need to press the ENTER key after entering a code. I have researched this all over and tried all kinds of key events (66, 86, etc), have tried to get the APP developer to listen for the ENTER key but nothing works. I have had to go down the route of using a hardcoded location tap to click the keyboard - which is clearly not ideal and only works on one device.
On speaking further to the developer, he says that the only thing that is triggered on pressing enter is an IME_ACTION in this case IME_ACTION_SEND. I am wondering is there a way to get appium to trigger such an action?
I am using Ruby with appium_lib.
Android API 19 (Genymotion emulator but also tried strandard Android emulator.)
Many thanks,
Kirsty