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

Class DOMNode

webarena/browser_env/utils.py:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class DOMNode(TypedDict):
44 nodeId: str
45 nodeType: str
46 nodeName: str
47 nodeValue: str
48 attributes: str
49 backendNodeId: str
50 parentId: str
51 childIds: list[str]
52 cursor: int
53 union_bound: list[float] | None
54
55
56class BrowserConfig(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected