MCPcopy Create free account
hub / github.com/Vinyzu/recognizer / sync_playwright_object

Function sync_playwright_object

tests/conftest.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15@pytest.fixture
16def sync_playwright_object():
17 with sync_playwright() as playwright_object:
18 yield playwright_object
19
20
21@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected