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

Class ParsedPlaywrightCode

webarena/browser_env/actions.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

parse_playwright_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected