Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
class
ParsedPlaywrightCode(TypedDict):
46
function_name: str
47
arguments: list[str]
48
keywords: dict[str, Any]
49
50
51
from
browser_env.processors
import
(
Callers
1
parse_playwright_code
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected