MCPcopy Index your code
hub / github.com/AirtestProject/Poco / runTest

Method runTest

poco/drivers/unity3d/test/tutorial/scroll2.py:8–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6
7class Scroll2Tutorial(TutorialCase):
8 def runTest(self):
9 listView = self.poco('Scroll View')
10 listView.focus([0.5, 0.8]).drag_to(listView.focus([0.5, 0.2]))
11 time.sleep(1)
12
13
14if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

drag_toMethod · 0.80
focusMethod · 0.80

Tested by

no test coverage detected