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

Function sync_browser

tests/conftest.py:22–26  ·  view source on GitHub ↗
(sync_playwright_object)

Source from the content-addressed store, hash-verified

20
21@pytest.fixture
22def sync_browser(sync_playwright_object):
23 browser = sync_playwright_object.chromium.launch_persistent_context(user_data_dir="./user_data", channel="chrome", headless=True, no_viewport=True, locale="en-US")
24
25 yield browser
26 browser.close()
27
28
29@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected