MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / helper

Function helper

tst/connected/conftest.py:18–19  ·  view source on GitHub ↗
(avc)

Source from the content-addressed store, hash-verified

16
17@pytest.fixture(scope='module')
18def helper(avc) -> UiAutomatorHelper:
19 return ViewClient(*avc, useuiautomatorhelper=True).uiAutomatorHelper
20
21
22@pytest.fixture(scope='function')

Callers

nothing calls this directly

Calls 1

ViewClientClass · 0.90

Tested by

no test coverage detected