Uses of Class
org.openqa.selenium.grid.node.Node
-
Packages that use Node Package Description org.openqa.selenium.grid.distributor TheDistributor
is 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 Distributor
Distributor. 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 LocalDistributor
LocalDistributor. 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 RemoteDistributor
RemoteDistributor. 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 class
LocalNode
Methods in org.openqa.selenium.grid.node.local that return Node Modifier and Type Method Description Node
LocalNode.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 class
RemoteNode
-