How to execute commands on a 3rd party app using adb commands or something similar
问题 I have a use case which requires an app, not developed by me, to be controlled. I have adb access to the android device. These are the steps that are required to be performed: Input text in two fields Press Enter Select checkboxes Enter text into another text field Enter I know I can use adb input keyevent <event-code> and adb input touchpad tap <x> <y> , but these are brutish methods that won't work every time. I have looked into appium, but it seems to be limited to mobile web applications.