MCPcopy
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

runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
runTestMethod · 0.45
test_motion_eventsMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 1

test_motion_eventsMethod · 0.36