java.lang.Object
org.openqa.selenium.devtools.v85.accessibility.model.AXRelatedNode

public class AXRelatedNode extends Object
  • Constructor Details

  • Method Details

    • getBackendDOMNodeId

      public BackendNodeId getBackendDOMNodeId()
      The BackendNodeId of the related DOM node.
    • getIdref

      public Optional<String> getIdref()
      The IDRef value provided, if any.
    • getText

      public Optional<String> getText()
      The text alternative of this node in the current context.