MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / async_script_browser_env

Function async_script_browser_env

webarena/tests/conftest.py:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66@pytest_asyncio.fixture(scope="function", autouse=True)
67async def async_script_browser_env() -> AsyncGenerator[
68 AsyncScriptBrowserEnv, None
69]:
70 env = AsyncScriptBrowserEnv(headless=HEADLESS, slow_mo=SLOW_MO)
71 yield env
72 await env.aclose()

Callers

nothing calls this directly

Calls 2

acloseMethod · 0.95

Tested by

no test coverage detected