MCPcopy Create free account
hub / github.com/Vinyzu/Botright / page

Function page

tests/conftest.py:51–54  ·  view source on GitHub ↗
(browser)

Source from the content-addressed store, hash-verified

49
50@pytest_asyncio.fixture
51async def page(browser):
52 page = await browser.new_page()
53 yield page
54 await page.close()

Callers

nothing calls this directly

Calls 2

new_pageMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected