Uses of Class
org.openqa.selenium.internal.Either
Packages that use Either
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of Either in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return EitherModifier and TypeMethodDescriptionprotected abstract Either<HttpRequest,
HttpResponse> Network.createSeMessages
(REQUESTPAUSED pausedReq) -
Uses of Either in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor that return Either -
Uses of Either in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local that return Either -
Uses of Either in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote that return Either -
Uses of Either in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return EitherModifier and TypeMethodDescriptionabstract Either<WebDriverException,
CreateSessionResponse> Node.newSession
(CreateSessionRequest sessionRequest) -
Uses of Either in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return EitherModifier and TypeMethodDescriptionDriverServiceSessionFactory.apply
(CreateSessionRequest sessionRequest) -
Uses of Either in org.openqa.selenium.grid.node.docker
Methods in org.openqa.selenium.grid.node.docker that return EitherModifier and TypeMethodDescriptionDockerSessionFactory.apply
(CreateSessionRequest sessionRequest) -
Uses of Either in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return EitherModifier and TypeMethodDescriptionSessionSlot.apply
(CreateSessionRequest sessionRequest) LocalNode.newSession
(CreateSessionRequest sessionRequest) -
Uses of Either in org.openqa.selenium.grid.node.relay
Methods in org.openqa.selenium.grid.node.relay that return Either -
Uses of Either in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return Either -
Uses of Either in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type EitherModifier and TypeMethodDescriptionabstract boolean
NewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) -
Uses of Either in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type EitherModifier 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 Either in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type EitherModifier and TypeMethodDescriptionboolean
RemoteNewSessionQueue.complete
(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) -
Uses of Either in org.openqa.selenium.internal
Methods in org.openqa.selenium.internal that return Either -
Uses of Either in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return EitherModifier and TypeMethodDescriptionProtocolHandshake.createSession
(HttpHandler client, NewSessionPayload payload)