Uses of Class
org.openqa.selenium.SessionNotCreatedException
Packages that use SessionNotCreatedException
Package
Description
The 
Distributor is responsible for assigning new
 calls to Create Session to a Node.- 
Uses of SessionNotCreatedException in org.openqa.seleniumSubclasses of SessionNotCreatedException in org.openqa.seleniumMethods in org.openqa.selenium that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionWebDriverInfo.createDriver(Capabilities capabilities) Creates a new instance of theWebDriverimplementation.
- 
Uses of SessionNotCreatedException in org.openqa.selenium.chromeMethods in org.openqa.selenium.chrome that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.edgeMethods in org.openqa.selenium.edge that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.firefoxMethods in org.openqa.selenium.firefox that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.grid.distributorMethods in org.openqa.selenium.grid.distributor that return types with arguments of type SessionNotCreatedExceptionMethods in org.openqa.selenium.grid.distributor that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.grid.distributor.localMethods in org.openqa.selenium.grid.distributor.local that return types with arguments of type SessionNotCreatedExceptionMethods in org.openqa.selenium.grid.distributor.local that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.grid.distributor.remoteMethods in org.openqa.selenium.grid.distributor.remote that return types with arguments of type SessionNotCreatedExceptionMethods in org.openqa.selenium.grid.distributor.remote that throw SessionNotCreatedException
- 
Uses of SessionNotCreatedException in org.openqa.selenium.grid.sessionqueueMethod parameters in org.openqa.selenium.grid.sessionqueue with type arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionabstract booleanNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) 
- 
Uses of SessionNotCreatedException in org.openqa.selenium.grid.sessionqueue.localMethod parameters in org.openqa.selenium.grid.sessionqueue.local with type arguments of type SessionNotCreatedExceptionModifier 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 SessionNotCreatedException in org.openqa.selenium.grid.sessionqueue.remoteMethod parameters in org.openqa.selenium.grid.sessionqueue.remote with type arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionbooleanRemoteNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) 
- 
Uses of SessionNotCreatedException in org.openqa.selenium.ieMethods in org.openqa.selenium.ie that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionInternetExplorerDriverInfo.createDriver(Capabilities capabilities) 
- 
Uses of SessionNotCreatedException in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote that return types with arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionProtocolHandshake.createSession(HttpHandler client, NewSessionPayload payload) 
- 
Uses of SessionNotCreatedException in org.openqa.selenium.safariMethods in org.openqa.selenium.safari that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionSafariDriverInfo.createDriver(Capabilities capabilities) SafariTechPreviewDriverInfo.createDriver(Capabilities capabilities)