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.idealizedMethods 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.distributorMethods in org.openqa.selenium.grid.distributor that return Either
- 
Uses of Either in org.openqa.selenium.grid.distributor.localMethods in org.openqa.selenium.grid.distributor.local that return Either
- 
Uses of Either in org.openqa.selenium.grid.distributor.remoteMethods in org.openqa.selenium.grid.distributor.remote that return Either
- 
Uses of Either in org.openqa.selenium.grid.nodeMethods 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.configMethods in org.openqa.selenium.grid.node.config that return EitherModifier and TypeMethodDescriptionDriverServiceSessionFactory.apply(CreateSessionRequest sessionRequest) 
- 
Uses of Either in org.openqa.selenium.grid.node.dockerMethods in org.openqa.selenium.grid.node.docker that return EitherModifier and TypeMethodDescriptionDockerSessionFactory.apply(CreateSessionRequest sessionRequest) 
- 
Uses of Either in org.openqa.selenium.grid.node.localMethods 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.relayMethods in org.openqa.selenium.grid.node.relay that return Either
- 
Uses of Either in org.openqa.selenium.grid.node.remoteMethods in org.openqa.selenium.grid.node.remote that return Either
- 
Uses of Either in org.openqa.selenium.grid.sessionqueueMethods in org.openqa.selenium.grid.sessionqueue with parameters of type EitherModifier and TypeMethodDescriptionabstract booleanNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) 
- 
Uses of Either in org.openqa.selenium.grid.sessionqueue.localMethods in org.openqa.selenium.grid.sessionqueue.local with parameters of type EitherModifier 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 Either in org.openqa.selenium.grid.sessionqueue.remoteMethods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type EitherModifier and TypeMethodDescriptionbooleanRemoteNewSessionQueue.complete(RequestId reqId, Either<SessionNotCreatedException, CreateSessionResponse> result) 
- 
Uses of Either in org.openqa.selenium.internalMethods in org.openqa.selenium.internal that return Either
- 
Uses of Either in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote that return EitherModifier and TypeMethodDescriptionProtocolHandshake.createSession(HttpHandler client, NewSessionPayload payload)