Class AXRelatedNode
- java.lang.Object
-
- org.openqa.selenium.devtools.accessibility.model.AXRelatedNode
-
public class AXRelatedNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AXRelatedNode(BackendNodeId backendDOMNodeId, java.lang.String idref, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendNodeId
getBackendDOMNodeId()
The BackendNodeId of the related DOM node.java.lang.String
getIdref()
The IDRef value provided, if any.java.lang.String
getText()
The text alternative of this node in the current context.
-
-
-
Constructor Detail
-
AXRelatedNode
public AXRelatedNode(BackendNodeId backendDOMNodeId, java.lang.String idref, java.lang.String text)
-
-
Method Detail
-
getBackendDOMNodeId
public BackendNodeId getBackendDOMNodeId()
The BackendNodeId of the related DOM node.
-
getIdref
public java.lang.String getIdref()
The IDRef value provided, if any.
-
getText
public java.lang.String getText()
The text alternative of this node in the current context.
-
-