Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AirtestProject/Poco
/ click
Method
click
poco/drivers/std/inputs.py:15–16 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
13
14
@sync_wrapper
15
def
click(self, x, y):
16
return
self.client.call(
"Click"
, x, y)
17
18
@sync_wrapper
19
def
swipe(self, x1, y1, x2, y2, duration):
Callers
10
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
runTest
Method · 0.45
test_motion_events
Method · 0.45
Calls
1
call
Method · 0.45
Tested by
1
test_motion_events
Method · 0.36