Class ChildNodeCountUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.dom.model.ChildNodeCountUpdated
-
public class ChildNodeCountUpdated extends java.lang.ObjectFired when `Container`'s child node count has changed.
-
-
Constructor Summary
Constructors Constructor Description ChildNodeCountUpdated(NodeId nodeId, java.lang.Integer childNodeCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetChildNodeCount()New node count.NodeIdgetNodeId()Id of the node that has changed.
-