Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_search
Function · 0.80
open_jd_search
Function · 0.80
close_popup
Function · 0.80
find_view_task
Function · 0.80
find_item_5_task
Function · 0.80
do_item_5_task
Function · 0.80
run
Function · 0.80
open_task_list
Function · 0.80
close_popup
Function · 0.80
find_time_15_task
Function · 0.80
find_time_15_search_task
Function · 0.80
find_item_10_task
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected