Uses of Class
org.openqa.selenium.devtools.audits.Audits.GetEncodedResponseResponse
-
Packages that use Audits.GetEncodedResponseResponse Package Description org.openqa.selenium.devtools.audits -
-
Uses of Audits.GetEncodedResponseResponse in org.openqa.selenium.devtools.audits
Methods in org.openqa.selenium.devtools.audits that return types with arguments of type Audits.GetEncodedResponseResponse Modifier and Type Method Description static Command<Audits.GetEncodedResponseResponse>
Audits. getEncodedResponse(RequestId requestId, Audits.GetEncodedResponseEncoding encoding, java.util.Optional<java.lang.Number> quality, java.util.Optional<java.lang.Boolean> sizeOnly)
Returns the response body and size if it were re-encoded with the specified settings.
-