Class AXNode
java.lang.Object
io.webfolder.cdp.type.accessibility.AXNode
A node in the accessibility tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe backend ID for the associated DOM node, if any.IDs for each of this node's child nodes.This Node's Chrome raw role.The accessible description for this Node.The frame ID for the frame associated with this nodes document.Collection of reasons why this node is hidden.getName()
The accessible name for this Node.Unique identifier for this node.ID for this node's parent.All other propertiesgetRole()
This Node's role, whether explicit or implicit.getValue()
The value for this Node.Whether this node is ignored for accessibilityvoid
setBackendDOMNodeId
(Integer backendDOMNodeId) The backend ID for the associated DOM node, if any.void
setChildIds
(List<String> childIds) IDs for each of this node's child nodes.void
setChromeRole
(AXValue chromeRole) This Node's Chrome raw role.void
setDescription
(AXValue description) The accessible description for this Node.void
setFrameId
(String frameId) The frame ID for the frame associated with this nodes document.void
setIgnored
(Boolean ignored) Whether this node is ignored for accessibilityvoid
setIgnoredReasons
(List<AXProperty> ignoredReasons) Collection of reasons why this node is hidden.void
The accessible name for this Node.void
Unique identifier for this node.void
setParentId
(String parentId) ID for this node's parent.void
setProperties
(List<AXProperty> properties) All other propertiesvoid
This Node's role, whether explicit or implicit.void
The value for this Node.toString()
-
Constructor Details
-
AXNode
public AXNode()
-
-
Method Details
-
getNodeId
Unique identifier for this node. -
setNodeId
Unique identifier for this node. -
isIgnored
Whether this node is ignored for accessibility -
setIgnored
Whether this node is ignored for accessibility -
getIgnoredReasons
Collection of reasons why this node is hidden. -
setIgnoredReasons
Collection of reasons why this node is hidden. -
getRole
This Node's role, whether explicit or implicit. -
setRole
This Node's role, whether explicit or implicit. -
getChromeRole
This Node's Chrome raw role. -
setChromeRole
This Node's Chrome raw role. -
getName
The accessible name for this Node. -
setName
The accessible name for this Node. -
getDescription
The accessible description for this Node. -
setDescription
The accessible description for this Node. -
getValue
The value for this Node. -
setValue
The value for this Node. -
getProperties
All other properties -
setProperties
All other properties -
getParentId
ID for this node's parent. -
setParentId
ID for this node's parent. -
getChildIds
IDs for each of this node's child nodes. -
setChildIds
IDs for each of this node's child nodes. -
getBackendDOMNodeId
The backend ID for the associated DOM node, if any. -
setBackendDOMNodeId
The backend ID for the associated DOM node, if any. -
getFrameId
The frame ID for the frame associated with this nodes document. -
setFrameId
The frame ID for the frame associated with this nodes document. -
toString
-