Class AXRelatedNode
java.lang.Object
org.openqa.selenium.devtools.v119.accessibility.model.AXRelatedNode
-
Constructor Summary
ConstructorDescriptionAXRelatedNode
(BackendNodeId backendDOMNodeId, Optional<String> idref, Optional<String> text) -
Method Summary
-
Constructor Details
-
AXRelatedNode
-
-
Method Details
-
getBackendDOMNodeId
The BackendNodeId of the related DOM node. -
getIdref
The IDRef value provided, if any. -
getText
The text alternative of this node in the current context.
-