Uses of Class
org.openqa.selenium.grid.data.CreateSessionResponse
Packages that use CreateSessionResponse
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor that return types with arguments of type CreateSessionResponseModifier and TypeMethodDescriptionabstract org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> Distributor.newSession
(SessionRequest 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 CreateSessionResponseModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> LocalDistributor.newSession
(SessionRequest request) -
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote that return types with arguments of type CreateSessionResponseModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> RemoteDistributor.newSession
(SessionRequest sessionRequest) -
Uses of CreateSessionResponse in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return types with arguments of type CreateSessionResponseModifier and TypeMethodDescriptionabstract org.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
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 CreateSessionResponseModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
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 CreateSessionResponseModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.WebDriverException,
CreateSessionResponse> RemoteNode.newSession
(CreateSessionRequest sessionRequest) -
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue
Method parameters in org.openqa.selenium.grid.sessionqueue with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionabstract boolean
NewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result) -
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.local
Method parameters in org.openqa.selenium.grid.sessionqueue.local with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionboolean
LocalNewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result) Returns true if the session is still valid (not timed out) -
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.remote
Method parameters in org.openqa.selenium.grid.sessionqueue.remote with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionboolean
RemoteNewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result)