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.distributorMethods in org.openqa.selenium.grid.distributor that return types with arguments of type CreateSessionResponse
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.localMethods in org.openqa.selenium.grid.distributor.local that return types with arguments of type CreateSessionResponse
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.distributor.remoteMethods in org.openqa.selenium.grid.distributor.remote that return types with arguments of type CreateSessionResponse
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.nodeMethods in org.openqa.selenium.grid.node that return types with arguments of type CreateSessionResponseModifier and TypeMethodDescriptionabstract Either<WebDriverException,CreateSessionResponse> Node.newSession(CreateSessionRequest sessionRequest) 
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.localMethods in org.openqa.selenium.grid.node.local that return types with arguments of type CreateSessionResponse
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.node.remoteMethods in org.openqa.selenium.grid.node.remote that return types with arguments of type CreateSessionResponse
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueueMethod parameters in org.openqa.selenium.grid.sessionqueue with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionabstract booleanNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) 
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.localMethod parameters in org.openqa.selenium.grid.sessionqueue.local with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionbooleanLocalNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) Returns true if the session is still valid (not timed out and not canceled)
- 
Uses of CreateSessionResponse in org.openqa.selenium.grid.sessionqueue.remoteMethod parameters in org.openqa.selenium.grid.sessionqueue.remote with type arguments of type CreateSessionResponseModifier and TypeMethodDescriptionbooleanRemoteNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result)