MCPcopy
hub / github.com/TencentQQGYLab/AppAgent / AndroidElement

Class AndroidElement

scripts/and_controller.py:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class AndroidElement:
13 def __init__(self, uid, bbox, attrib):
14 self.uid = uid
15 self.bbox = bbox
16 self.attrib = attrib
17
18
19def execute_adb(adb_command):

Callers 1

traverse_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected