Package 

Class DOMExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final Integer getDocumentRootNodeId(DOMDomain $self) Retrieves the ID of the root node of the current document.
      final Integer findNodeBySelector(DOMDomain $self, String selector) Retrieves the ID of the node corresponding to the given selector, or null if not found.
      final Unit focusNodeBySelector(DOMDomain $self, String selector) Moves the focus to the node corresponding to the given selector, or null if not found.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait