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

Class BrowserInfo

webarena/browser_env/utils.py:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class BrowserInfo(TypedDict):
67 DOMTree: dict[str, Any]
68 config: BrowserConfig
69
70
71AccessibilityTree = list[AccessibilityTreeNode]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected