Class ChildNodeCountUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.dom.model.ChildNodeCountUpdated
-
public class ChildNodeCountUpdated extends java.lang.Object
Fired 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.Integer
getChildNodeCount()
New node count.NodeId
getNodeId()
Id of the node that has changed.
-