Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
class
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
14
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
2
drag_to
Method · 0.80
focus
Method · 0.80
Tested by
no test coverage detected