Uses of Class
org.openqa.selenium.remote.Response
-
Packages that use Response Package Description org.openqa.selenium.remote org.openqa.selenium.remote.codec org.openqa.selenium.remote.codec.w3c org.openqa.selenium.remote.service -
-
Uses of Response in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return Response Modifier and Type Method Description ResponseProtocolHandshake.Result. createResponse()ResponseResponseCodec. decode(T encodedResponse)Decodes a response.ResponseCommandExecutor. execute(Command command)ResponseHttpCommandExecutor. execute(Command command)protected ResponseRemoteWebDriver. execute(java.lang.String command)protected ResponseRemoteWebDriver. execute(java.lang.String driverCommand, java.util.Map<java.lang.String,?> parameters)protected ResponseRemoteWebDriver. execute(CommandPayload payload)protected ResponseRemoteWebElement. execute(java.lang.String command, java.util.Map<java.lang.String,?> parameters)protected ResponseRemoteWebElement. execute(CommandPayload payload)ResponseTracedCommandExecutor. execute(Command command)ResponseErrorHandler. throwIfResponseFailed(Response response, long duration)Methods in org.openqa.selenium.remote with parameters of type Response Modifier and Type Method Description TResponseCodec. encode(java.util.function.Supplier<T> factory, Response response)Encodes a response.ResponseErrorHandler. throwIfResponseFailed(Response response, long duration) -
Uses of Response in org.openqa.selenium.remote.codec
Methods in org.openqa.selenium.remote.codec that return Response Modifier and Type Method Description ResponseAbstractHttpResponseCodec. decode(org.openqa.selenium.remote.http.HttpResponse encodedResponse)protected abstract ResponseAbstractHttpResponseCodec. reconstructValue(Response response)Methods in org.openqa.selenium.remote.codec with parameters of type Response Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponseAbstractHttpResponseCodec. encode(java.util.function.Supplier<org.openqa.selenium.remote.http.HttpResponse> factory, Response response)Encodes the given response as a HTTP response message.protected abstract java.lang.ObjectAbstractHttpResponseCodec. getValueToEncode(Response response)protected abstract ResponseAbstractHttpResponseCodec. reconstructValue(Response response) -
Uses of Response in org.openqa.selenium.remote.codec.w3c
Methods in org.openqa.selenium.remote.codec.w3c that return Response Modifier and Type Method Description ResponseW3CHttpResponseCodec. decode(org.openqa.selenium.remote.http.HttpResponse encodedResponse)protected ResponseW3CHttpResponseCodec. reconstructValue(Response response)Methods in org.openqa.selenium.remote.codec.w3c with parameters of type Response Modifier and Type Method Description protected java.lang.ObjectW3CHttpResponseCodec. getValueToEncode(Response response)protected ResponseW3CHttpResponseCodec. reconstructValue(Response response) -
Uses of Response in org.openqa.selenium.remote.service
Methods in org.openqa.selenium.remote.service that return Response Modifier and Type Method Description ResponseDriverCommandExecutor. execute(Command command)Sends thecommandto the driver server for execution.
-