Uses of Class
org.openqa.selenium.grid.data.RequestId
Packages that use RequestId
Package
Description
-
Uses of RequestId in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return RequestIdModifier and TypeMethodDescriptionNewSessionErrorResponse.getRequestId()
NewSessionResponse.getRequestId()
SessionRequest.getRequestId()
SessionRequestCapability.getRequestId()
Constructors in org.openqa.selenium.grid.data with parameters of type RequestIdModifierConstructorDescriptionNewSessionErrorResponse
(RequestId requestId, String message) NewSessionResponse
(RequestId requestId, Session session, byte[] downstreamEncodedResponse) SessionRequest
(RequestId requestId, Instant enqueued, Set<org.openqa.selenium.remote.Dialect> downstreamDialects, Set<org.openqa.selenium.Capabilities> desiredCapabilities, Map<String, Object> metadata, Map<String, String> traceHeaders) SessionRequest
(RequestId requestId, org.openqa.selenium.remote.http.HttpRequest request, Instant enqueued) SessionRequestCapability
(RequestId requestId, Set<org.openqa.selenium.Capabilities> desiredCapabilities) -
Uses of RequestId in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue with parameters of type RequestIdModifier and TypeMethodDescriptionabstract void
NewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result) abstract Optional<SessionRequest>
-
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local with parameters of type RequestIdModifier and TypeMethodDescriptionvoid
LocalNewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result) -
Uses of RequestId in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote with parameters of type RequestIdModifier and TypeMethodDescriptionvoid
RemoteNewSessionQueue.complete
(RequestId reqId, org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException, CreateSessionResponse> result)