Class ChildNodeRemoved
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.dom.model.ChildNodeRemoved
-
public class ChildNodeRemoved extends java.lang.Object
Mirrors `DOMNodeRemoved` event.
-
-
Constructor Summary
Constructors Constructor Description ChildNodeRemoved(NodeId parentNodeId, NodeId nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeId
getNodeId()
Id of the node that has been removed.NodeId
getParentNodeId()
Parent id.
-