Could you help me with something? I need some kind of Android emulator (preferably for Windows, but other options are also possible), into which I can input touches/swipes into an app using a script or a program.
I tried the Android Studio emulator — but input there only works via ADB (I didn’t find any other method). And with it, there’s a delay of about 300ms, which is unacceptable for me.
I also tried Bluestacks + WinAPI and various Python libraries that allow keypresses — but apparently Bluestacks has protection against this.
One more thing — for example, keypresses from Python work when I’m in Google search. But when I’m inside an app, Bluestacks seems to have some kind of triggers that are supposed to respond to keyboard input, and they don’t work. Maybe there’s a way to force them to react somehow.
Could you recommend some software?