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

Method click

modules/device_adapter.py:107–109  ·  view source on GitHub ↗

点击坐标

(self, x, y)

Source from the content-addressed store, hash-verified

105 obj.click()
106
107 def click(self, x, y):
108 """点击坐标"""
109 self._device.click(x, y)
110
111 def swipe(self, x1, y1, x2, y2, duration=0.5):
112 """滑动"""

Callers 15

open_taobao_searchFunction · 0.80
open_jd_searchFunction · 0.80
close_popupFunction · 0.80
find_view_taskFunction · 0.80
find_item_5_taskFunction · 0.80
do_item_5_taskFunction · 0.80
runFunction · 0.80
open_task_listFunction · 0.80
close_popupFunction · 0.80
find_time_15_taskFunction · 0.80
find_time_15_search_taskFunction · 0.80
find_item_10_taskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected