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

Class ParsedPlaywrightCode

eval_heldout/webarena/browser_env/actions.py:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class ParsedPlaywrightCode(TypedDict):
47 function_name: str
48 arguments: list[str]
49 keywords: dict[str, Any]
50
51
52from browser_env.processors import (

Callers 1

parse_playwright_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected