(self, uid, bbox, attrib)
| 11 | |
| 12 | class AndroidElement: |
| 13 | def __init__(self, uid, bbox, attrib): |
| 14 | self.uid = uid |
| 15 | self.bbox = bbox |
| 16 | self.attrib = attrib |
| 17 | |
| 18 | |
| 19 | def execute_adb(adb_command): |
nothing calls this directly
no outgoing calls
no test coverage detected