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 TheDistributoris 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.TraceContextTraceSessionRequest. 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.HttpResponseNewSessionQueue. addToQueue(SessionRequest request)abstract booleanNewSessionQueue. 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.HttpResponseLocalNewSessionQueue. addToQueue(SessionRequest request)booleanLocalNewSessionQueue. 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.HttpResponseRemoteNewSessionQueue. addToQueue(SessionRequest request)booleanRemoteNewSessionQueue. retryAddToQueue(SessionRequest request)
-