This command will simulate a tap on the screen at coordinates (100, 200).
adb shell settings get secure enabled_accessibility_services Find services via package adb enable automator
def process_device(self): if self.check_adb_status(): print("ADB already enabled.") return This command will simulate a tap on the
adb shell input tap X Y