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.selenium
Subclasses of SessionNotCreatedException in org.openqa.seleniumMethods in org.openqa.selenium that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionWebDriverInfo.createDriver
(Capabilities capabilities) Creates a new instance of theWebDriver
implementation. -
Uses of SessionNotCreatedException in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that throw SessionNotCreatedException -
Uses of SessionNotCreatedException in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge that throw SessionNotCreatedException -
Uses of SessionNotCreatedException in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that throw SessionNotCreatedException -
Uses of SessionNotCreatedException in org.openqa.selenium.grid.distributor
Methods 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.local
Methods 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.remote
Methods 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.sessionqueue
Method parameters in org.openqa.selenium.grid.sessionqueue with type arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionabstract boolean
NewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) -
Uses of SessionNotCreatedException in org.openqa.selenium.grid.sessionqueue.local
Method parameters in org.openqa.selenium.grid.sessionqueue.local with type arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionboolean
LocalNewSessionQueue.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.remote
Method parameters in org.openqa.selenium.grid.sessionqueue.remote with type arguments of type SessionNotCreatedExceptionModifier and TypeMethodDescriptionboolean
RemoteNewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) -
Uses of SessionNotCreatedException in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionInternetExplorerDriverInfo.createDriver
(Capabilities capabilities) -
Uses of SessionNotCreatedException in org.openqa.selenium.remote
Methods 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.safari
Methods in org.openqa.selenium.safari that throw SessionNotCreatedExceptionModifier and TypeMethodDescriptionSafariDriverInfo.createDriver
(Capabilities capabilities) SafariTechPreviewDriverInfo.createDriver
(Capabilities capabilities)