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

Function execute_playwright_hover

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

Source from the content-addressed store, hash-verified

1166
1167
1168def execute_playwright_hover(
1169 locator_code: list[ParsedPlaywrightCode], page: Page
1170) -> None:
1171 locator = locate(locator_code, page)
1172
1173 # perform the action
1174 locator.hover()
1175
1176
1177async def aexecute_playwright_hover(

Callers 1

execute_actionFunction · 0.85

Calls 1

locateFunction · 0.85

Tested by

no test coverage detected