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 CreateSessionResponse
Distributor. newSession(org.openqa.selenium.remote.http.HttpRequest request)
Methods in org.openqa.selenium.grid.distributor that return types with arguments of type CreateSessionResponse Modifier and Type Method Description org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
Distributor. createNewSessionResponse(org.openqa.selenium.remote.http.HttpRequest request)
protected abstract java.util.function.Supplier<CreateSessionResponse>
Distributor. reserve(SlotId slot, CreateSessionRequest request)
-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local that return types with arguments of type CreateSessionResponse Modifier and Type Method Description protected java.util.function.Supplier<CreateSessionResponse>
LocalDistributor. reserve(SlotId slotId, CreateSessionRequest request)
-
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)
Methods in org.openqa.selenium.grid.distributor.remote that return types with arguments of type CreateSessionResponse Modifier and Type Method Description protected java.util.function.Supplier<CreateSessionResponse>
RemoteDistributor. reserve(SlotId slot, CreateSessionRequest 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)
-