Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
async
def
page(browser):
52
page = await browser.new_page()
53
yield
page
54
await page.close()
Callers
nothing calls this directly
Calls
2
new_page
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected