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

Function async_playwright_object

tests/conftest.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37@pytest_asyncio.fixture
38async def async_playwright_object():
39 async with async_playwright() as playwright_object:
40 yield playwright_object
41
42
43@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected