MCPcopy
hub / github.com/MonsterNone/tmall-miao / go_back

Method go_back

modules/device_adapter.py:126–131  ·  view source on GitHub ↗

返回

(self)

Source from the content-addressed store, hash-verified

124 self._device.swipe_ext(direction)
125
126 def go_back(self):
127 """返回"""
128 if self.device_type == 'hmdriver2':
129 self._device.go_back()
130 else:
131 self._device.press("back")
132
133 def go_home(self):
134 """回到主页"""

Callers 9

return_task_listFunction · 0.80
do_item_5_taskFunction · 0.80
return_task_listFunction · 0.80
do_search_task_energyFunction · 0.80
do_10_item_taskFunction · 0.80
return_task_listFunction · 0.80
return_task_listFunction · 0.80
do_taskFunction · 0.80
pressMethod · 0.80

Calls 1

pressMethod · 0.80

Tested by

no test coverage detected