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

Function async_browser

tests/conftest.py:44–48  ·  view source on GitHub ↗
(async_playwright_object)

Source from the content-addressed store, hash-verified

42
43@pytest_asyncio.fixture
44async def async_browser(async_playwright_object):
45 browser = await async_playwright_object.chromium.launch_persistent_context(user_data_dir="./user_data", channel="chrome", headless=True, no_viewport=True, locale="en-US")
46
47 yield browser
48 await browser.close()
49
50
51@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected