Automating tests for native android app. Trying to make Appium send emojis with sendKeys() method, but it doesn’t seem to work. I have added “unicodeKeyboard” and “resetKeyboard” to the capabilities, and logs say that keys were send, but input field stays empty.
Appium version is 1.6.5. Testing on a real device.
String I’m sending looks something like this:
private static final String GRINNING_FACE = new String(Character.toChars(0x1F601));