Class ChildNodeInserted
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.dom.model.ChildNodeInserted
-
public class ChildNodeInserted extends java.lang.Object
Mirrors `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 Node
getNode()
Inserted node data.NodeId
getParentNodeId()
Id of the node that has changed.NodeId
getPreviousNodeId()
If of the previous siblint.
-