Uses of Class
org.openqa.selenium.grid.data.SessionRequest
-
Packages that use SessionRequest Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.distributor.remote org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of SessionRequest in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data with parameters of type SessionRequest Modifier and Type Method Description static 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 SessionRequest Modifier and Type Method Description abstract 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 SessionRequest Modifier and Type Method Description org.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 SessionRequest Modifier and Type Method Description org.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 SessionRequest Modifier and Type Method Description abstract java.util.Optional<SessionRequest>
NewSessionQueue. getNextAvailable(java.util.Set<org.openqa.selenium.Capabilities> stereotypes)
abstract java.util.Optional<SessionRequest>
NewSessionQueue. remove(RequestId reqId)
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type SessionRequest Modifier and Type Method Description abstract 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 SessionRequest Modifier and Type Method Description java.util.Optional<SessionRequest>
LocalNewSessionQueue. getNextAvailable(java.util.Set<org.openqa.selenium.Capabilities> stereotypes)
java.util.Optional<SessionRequest>
LocalNewSessionQueue. remove(RequestId reqId)
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type SessionRequest Modifier and Type Method Description org.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 SessionRequest Modifier and Type Method Description java.util.Optional<SessionRequest>
RemoteNewSessionQueue. getNextAvailable(java.util.Set<org.openqa.selenium.Capabilities> stereotypes)
java.util.Optional<SessionRequest>
RemoteNewSessionQueue. remove(RequestId reqId)
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SessionRequest Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
RemoteNewSessionQueue. addToQueue(SessionRequest request)
boolean
RemoteNewSessionQueue. retryAddToQueue(SessionRequest request)
-