Uses of Class
org.openqa.selenium.devtools.dom.model.BackendNode
-
Packages that use BackendNode Package Description org.openqa.selenium.devtools.dom.model -
-
Uses of BackendNode in org.openqa.selenium.devtools.dom.model
Methods in org.openqa.selenium.devtools.dom.model that return types with arguments of type BackendNode Modifier and Type Method Description java.util.List<BackendNode>
DistributedNodesUpdated. getDistributedNodes()
Distributed nodes for given insertion point.java.util.Optional<java.util.List<BackendNode>>
Node. getDistributedNodes()
Distributed nodes for given insertion point.Constructor parameters in org.openqa.selenium.devtools.dom.model with type arguments of type BackendNode Constructor Description DistributedNodesUpdated(NodeId insertionPointId, java.util.List<BackendNode> distributedNodes)
-