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

Function aexecute_playwright_hover

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

Source from the content-addressed store, hash-verified

1175
1176
1177async def aexecute_playwright_hover(
1178 locator_code: list[ParsedPlaywrightCode], page: APage
1179) -> None:
1180 locator = await alocate(locator_code, page)
1181
1182 # perform the action
1183 await locator.hover()
1184
1185
1186def execute_playwright_type(

Callers 1

aexecute_actionFunction · 0.85

Calls 1

alocateFunction · 0.85

Tested by

no test coverage detected