Uses of Class
org.openqa.selenium.grid.node.Node
-
Packages that use Node Package Description org.openqa.selenium.grid.distributor TheDistributoris responsible for assigning new calls to Create Session to aNode.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.distributor.remote org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote -
-
Uses of Node in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type Node Modifier and Type Method Description abstract DistributorDistributor. add(Node node) -
Uses of Node in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type Node Modifier and Type Method Description LocalDistributorLocalDistributor. add(Node node)Constructors in org.openqa.selenium.grid.distributor.local with parameters of type Node Constructor Description Slot(Node node, org.openqa.selenium.Capabilities capabilities, Slot.Status status) -
Uses of Node in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote with parameters of type Node Modifier and Type Method Description RemoteDistributorRemoteDistributor. add(Node node) -
Uses of Node in org.openqa.selenium.grid.node
Constructors in org.openqa.selenium.grid.node with parameters of type Node Constructor Description StatusHandler(Node node, org.openqa.selenium.json.Json json) -
Uses of Node in org.openqa.selenium.grid.node.local
Subclasses of Node in org.openqa.selenium.grid.node.local Modifier and Type Class Description classLocalNodeMethods in org.openqa.selenium.grid.node.local that return Node Modifier and Type Method Description NodeLocalNode.Builder.Advanced. build() -
Uses of Node in org.openqa.selenium.grid.node.remote
Subclasses of Node in org.openqa.selenium.grid.node.remote Modifier and Type Class Description classRemoteNode
-