MCPcopy Create free account
hub / github.com/TencentQQGYLab/AppAgent / __init__

Method __init__

scripts/and_controller.py:13–16  ·  view source on GitHub ↗
(self, uid, bbox, attrib)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected