Class ChildNodeInserted
- java.lang.Object
-
- org.openqa.selenium.devtools.v85.dom.model.ChildNodeInserted
-
public class ChildNodeInserted extends java.lang.ObjectMirrors `DOMNodeInserted` event.
-
-
Constructor Summary
Constructors Constructor Description ChildNodeInserted(NodeId parentNodeId, NodeId previousNodeId, Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetNode()Inserted node data.NodeIdgetParentNodeId()Id of the node that has changed.NodeIdgetPreviousNodeId()If of the previous siblint.
-