Class ChildNodeInserted

java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.ChildNodeInserted

public class ChildNodeInserted extends Object
Mirrors `DOMNodeInserted` event.
  • Constructor Details

    • ChildNodeInserted

      public ChildNodeInserted(NodeId parentNodeId, NodeId previousNodeId, Node node)
  • Method Details

    • getParentNodeId

      public NodeId getParentNodeId()
      Id of the node that has changed.
    • getPreviousNodeId

      public NodeId getPreviousNodeId()
      If of the previous siblint.
    • getNode

      public Node getNode()
      Inserted node data.