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