Class ChildNodeCountUpdated

java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.ChildNodeCountUpdated

public class ChildNodeCountUpdated extends Object
Fired when `Container`'s child node count has changed.
  • Constructor Details

    • ChildNodeCountUpdated

      public ChildNodeCountUpdated(NodeId nodeId, Integer childNodeCount)
  • Method Details

    • getNodeId

      public NodeId getNodeId()
      Id of the node that has changed.
    • getChildNodeCount

      public Integer getChildNodeCount()
      New node count.