Class DistributedNodesUpdated
java.lang.Object
org.openqa.selenium.devtools.v126.dom.model.DistributedNodesUpdated
Called when distribution is changed.
-
Constructor Summary
ConstructorsConstructorDescriptionDistributedNodesUpdated
(NodeId insertionPointId, List<BackendNode> distributedNodes) -
Method Summary
Modifier and TypeMethodDescriptionDistributed nodes for given insertion point.Insertion point where distributed nodes were updated.
-
Constructor Details
-
DistributedNodesUpdated
-
-
Method Details
-
getInsertionPointId
Insertion point where distributed nodes were updated. -
getDistributedNodes
Distributed nodes for given insertion point.
-