Uses of Class
org.openqa.selenium.grid.data.CreateSessionResponse
-
Packages that use CreateSessionResponse 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 CreateSessionResponse in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor that return CreateSessionResponse Modifier and Type Method Description abstract CreateSessionResponse
Distributor. newSession(org.openqa.selenium.remote.http.HttpRequest request)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponse
LocalDistributor. newSession(org.openqa.selenium.remote.http.HttpRequest request)
Methods in org.openqa.selenium.grid.distributor.local that return types with arguments of type CreateSessionResponse Modifier and Type Method Description java.util.function.Supplier<CreateSessionResponse>
Slot. onReserve(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponse
RemoteDistributor. newSession(org.openqa.selenium.remote.http.HttpRequest request)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return types with arguments of type CreateSessionResponse Modifier and Type Method Description abstract java.util.Optional<CreateSessionResponse>
Node. newSession(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return types with arguments of type CreateSessionResponse Modifier and Type Method Description java.util.Optional<CreateSessionResponse>
LocalNode. newSession(CreateSessionRequest sessionRequest)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return types with arguments of type CreateSessionResponse Modifier and Type Method Description java.util.Optional<CreateSessionResponse>
RemoteNode. newSession(CreateSessionRequest sessionRequest)
-