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

Function async_page

tests/conftest.py:52–56  ·  view source on GitHub ↗
(async_browser)

Source from the content-addressed store, hash-verified

50
51@pytest_asyncio.fixture
52async def async_page(async_browser):
53 page = await async_browser.new_page()
54
55 yield page
56 await page.close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected