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

Class AccessibilityTreeNode

webarena/browser_env/utils.py:27–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class AccessibilityTreeNode(TypedDict):
28 nodeId: str
29 ignored: bool
30 role: dict[str, Any]
31 chromeRole: dict[str, Any]
32 name: dict[str, Any]
33 properties: list[dict[str, Any]]
34 childIds: list[str]
35 parentId: str
36 backendDOMNodeId: str
37 frameId: str
38 bound: list[float] | None
39 union_bound: list[float] | None
40 offsetrect_bound: list[float] | None
41
42
43class DOMNode(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected