MCPcopy Index your code
hub / github.com/TencentQQGYLab/AppAgent / back

Method back

scripts/and_controller.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 return result
131
132 def back(self):
133 adb_command = f"adb -s {self.device} shell input keyevent KEYCODE_BACK"
134 ret = execute_adb(adb_command)
135 return ret
136
137 def tap(self, x, y):
138 adb_command = f"adb -s {self.device} shell input tap {x} {y}"

Callers 1

self_explorer.pyFile · 0.80

Calls 1

execute_adbFunction · 0.85

Tested by

no test coverage detected