Uses of Class
org.openqa.selenium.devtools.v141.accessibility.model.AXNodeId
Packages that use AXNodeId
Package
Description
-
Uses of AXNodeId in org.openqa.selenium.devtools.v141.accessibility
Methods in org.openqa.selenium.devtools.v141.accessibility with parameters of type AXNodeId -
Uses of AXNodeId in org.openqa.selenium.devtools.v141.accessibility.model
Methods in org.openqa.selenium.devtools.v141.accessibility.model that return AXNodeIdMethods in org.openqa.selenium.devtools.v141.accessibility.model that return types with arguments of type AXNodeIdModifier and TypeMethodDescriptionAXNode.getChildIds()IDs for each of this node's child nodes.AXNode.getParentId()ID for this node's parent.Constructors in org.openqa.selenium.devtools.v141.accessibility.model with parameters of type AXNodeIdModifierConstructorDescriptionAXNode(AXNodeId nodeId, Boolean ignored, Optional<List<AXProperty>> ignoredReasons, Optional<AXValue> role, Optional<AXValue> chromeRole, Optional<AXValue> name, Optional<AXValue> description, Optional<AXValue> value, Optional<List<AXProperty>> properties, Optional<AXNodeId> parentId, Optional<List<AXNodeId>> childIds, Optional<BackendNodeId> backendDOMNodeId, Optional<FrameId> frameId)