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

Function aexecute_playwright_check

webarena/browser_env/actions.py:1242–1247  ·  view source on GitHub ↗
(
    locator_code: list[ParsedPlaywrightCode], page: APage
)

Source from the content-addressed store, hash-verified

1240
1241
1242async def aexecute_playwright_check(
1243 locator_code: list[ParsedPlaywrightCode], page: APage
1244) -> None:
1245 locator = await alocate(locator_code, page)
1246 # perform the action
1247 await locator.check()
1248
1249
1250def execute_action(

Callers 1

aexecute_actionFunction · 0.85

Calls 1

alocateFunction · 0.85

Tested by

no test coverage detected