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.config 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)
-
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 Drain(Node node, org.openqa.selenium.json.Json json)
ProxyNodeWebsockets(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Node node)
-
Uses of Node in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return Node Modifier and Type Method Description Node
NodeOptions. getNode()
-
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()
static Node
LocalNodeFactory. create(org.openqa.selenium.grid.config.Config config)
-
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
-