Uses of Class
org.openqa.selenium.remote.Response
Packages that use Response
Package
Description
-
Uses of Response in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return ResponseModifier and TypeMethodDescriptionProtocolHandshake.Result.createResponse()
Decodes a response.protected Response
protected Response
protected Response
RemoteWebDriver.execute
(CommandPayload payload) protected Response
protected Response
RemoteWebElement.execute
(CommandPayload payload) ErrorHandler.throwIfResponseFailed
(Response response, long duration) Methods in org.openqa.selenium.remote with parameters of type Response -
Uses of Response in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec that return ResponseModifier and TypeMethodDescriptionAbstractHttpResponseCodec.decode
(org.openqa.selenium.remote.http.HttpResponse encodedResponse) protected abstract Response
AbstractHttpResponseCodec.reconstructValue
(Response response) Methods in org.openqa.selenium.remote.codec with parameters of type ResponseModifier and TypeMethodDescriptionorg.openqa.selenium.remote.http.HttpResponse
AbstractHttpResponseCodec.encode
(Supplier<org.openqa.selenium.remote.http.HttpResponse> factory, Response response) Encodes the given response as an HTTP response message.protected abstract Object
AbstractHttpResponseCodec.getValueToEncode
(Response response) protected abstract Response
AbstractHttpResponseCodec.reconstructValue
(Response response) -
Uses of Response in org.openqa.selenium.remote.codec.w3c
Methods in org.openqa.selenium.remote.codec.w3c that return ResponseModifier and TypeMethodDescriptionW3CHttpResponseCodec.decode
(org.openqa.selenium.remote.http.HttpResponse encodedResponse) protected Response
W3CHttpResponseCodec.reconstructValue
(Response response) Methods in org.openqa.selenium.remote.codec.w3c with parameters of type ResponseModifier and TypeMethodDescriptionprotected Object
W3CHttpResponseCodec.getValueToEncode
(Response response) protected Response
W3CHttpResponseCodec.reconstructValue
(Response response) -
Uses of Response in org.openqa.selenium.remote.service
Methods in org.openqa.selenium.remote.service that return Response