Hello!
I'm having issues with my test application. I'm testing Android app using java appium library. Server and emulator are running localy. Atm I'm using sendKeys() method to send key string to my android device and It is performing very slowly as you can see from the gif below the post.
The issue is that you can see from the gif is, that for whatever reason sendKeys is clicking on the screen, which additionally triggers my application's DrawerLayout. I've noticed there are also other functionalities behind the method like deleting current text, making sure cursor is on first position, etc. It all adds up and causes delays.
I've tried using all sort of methods to send keyboard input to the devices, all produce same slow result input. I just want to simulate keyboard input, to whatever element is in focus. I don't need additional functionality. ADB is not an option.
Any suggestions are welcome.
