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

Function execute_playwright_hover

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

Source from the content-addressed store, hash-verified

1029
1030@beartype
1031def execute_playwright_hover(
1032 locator_code: list[ParsedPlaywrightCode], page: Page
1033) -> None:
1034 locator = locate(locator_code, page)
1035
1036 # perform the action
1037 locator.hover()
1038
1039
1040@beartype

Callers 1

execute_actionFunction · 0.85

Calls 1

locateFunction · 0.85

Tested by

no test coverage detected