Class SetChildNodes

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

public class SetChildNodes extends Object
Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
  • Constructor Details

    • SetChildNodes

      public SetChildNodes(NodeId parentId, List<Node> nodes)
  • Method Details

    • getParentId

      public NodeId getParentId()
      Parent node id to populate with children.
    • getNodes

      public List<Node> getNodes()
      Child nodes array.