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

Function execute_playwright_check

webarena/browser_env/actions.py:1234–1239  ·  view source on GitHub ↗
(
    locator_code: list[ParsedPlaywrightCode], page: Page
)

Source from the content-addressed store, hash-verified

1232
1233
1234def execute_playwright_check(
1235 locator_code: list[ParsedPlaywrightCode], page: Page
1236) -> None:
1237 locator = locate(locator_code, page)
1238 # perform the action
1239 locator.check()
1240
1241
1242async def aexecute_playwright_check(

Callers 1

execute_actionFunction · 0.85

Calls 1

locateFunction · 0.85

Tested by

no test coverage detected