Uses of Class
org.openqa.selenium.grid.data.SessionRequest
Packages that use SessionRequest
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of SessionRequest in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data with parameters of type SessionRequestModifier and TypeMethodDescriptionstatic org.openqa.selenium.remote.tracing.TraceContext
TraceSessionRequest.extract
(org.openqa.selenium.remote.tracing.Tracer tracer, SessionRequest sessionRequest) -
Uses of SessionRequest in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SessionRequestModifier and TypeMethodDescriptionabstract org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> Distributor.newSession
(SessionRequest request) -
Uses of SessionRequest in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type SessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> LocalDistributor.newSession
(SessionRequest request) -
Uses of SessionRequest in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote with parameters of type SessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,
CreateSessionResponse> RemoteDistributor.newSession
(SessionRequest sessionRequest) -
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionabstract List<SessionRequest>
NewSessionQueue.getNextAvailable
(Map<org.openqa.selenium.Capabilities, Long> stereotypes) abstract Optional<SessionRequest>
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type SessionRequestModifier and TypeMethodDescriptionabstract org.openqa.selenium.remote.http.HttpResponse
NewSessionQueue.addToQueue
(SessionRequest request) abstract boolean
NewSessionQueue.retryAddToQueue
(SessionRequest request) -
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionLocalNewSessionQueue.getNextAvailable
(Map<org.openqa.selenium.Capabilities, Long> stereotypes) Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type SessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.remote.http.HttpResponse
LocalNewSessionQueue.addToQueue
(SessionRequest request) boolean
LocalNewSessionQueue.retryAddToQueue
(SessionRequest request) -
Uses of SessionRequest in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote that return types with arguments of type SessionRequestModifier and TypeMethodDescriptionRemoteNewSessionQueue.getNextAvailable
(Map<org.openqa.selenium.Capabilities, Long> stereotypes) Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SessionRequestModifier and TypeMethodDescriptionorg.openqa.selenium.remote.http.HttpResponse
RemoteNewSessionQueue.addToQueue
(SessionRequest request) boolean
RemoteNewSessionQueue.retryAddToQueue
(SessionRequest request)