Class DistributedNodesUpdated

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

@Beta public class DistributedNodesUpdated extends Object
Called when distrubution is changed.
  • Constructor Details

    • DistributedNodesUpdated

      public DistributedNodesUpdated(NodeId insertionPointId, List<BackendNode> distributedNodes)
  • Method Details

    • getInsertionPointId

      public NodeId getInsertionPointId()
      Insertion point where distrubuted nodes were updated.
    • getDistributedNodes

      public List<BackendNode> getDistributedNodes()
      Distributed nodes for given insertion point.