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

Function browser

tests/conftest.py:44–47  ·  view source on GitHub ↗
(botright_client, **launch_arguments)

Source from the content-addressed store, hash-verified

42
43@pytest_asyncio.fixture
44async def browser(botright_client, **launch_arguments):
45 browser = await botright_client.new_browser(**launch_arguments)
46 yield browser
47 await browser.close()
48
49
50@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls 2

new_browserMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected