Class ChildNodeCountUpdated
java.lang.Object
org.openqa.selenium.devtools.v126.dom.model.ChildNodeCountUpdated
Fired when `Container`'s child node count has changed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNew node count.Id of the node that has changed.
-
Constructor Details
-
ChildNodeCountUpdated
-
-
Method Details
-
getNodeId
Id of the node that has changed. -
getChildNodeCount
New node count.
-