Class ChildNodeInserted
java.lang.Object
org.openqa.selenium.devtools.v119.dom.model.ChildNodeInserted
Mirrors `DOMNodeInserted` event.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNode()
Inserted node data.Id of the node that has changed.Id of the previous sibling.
-
Constructor Details
-
ChildNodeInserted
-
-
Method Details
-
getParentNodeId
Id of the node that has changed. -
getPreviousNodeId
Id of the previous sibling. -
getNode
Inserted node data.
-