Uses of Enum Class
org.openqa.selenium.devtools.v126.audits.Audits.GetEncodedResponseEncoding
Packages that use Audits.GetEncodedResponseEncoding
-
Uses of Audits.GetEncodedResponseEncoding in org.openqa.selenium.devtools.v126.audits
Methods in org.openqa.selenium.devtools.v126.audits that return Audits.GetEncodedResponseEncodingModifier and TypeMethodDescriptionAudits.GetEncodedResponseEncoding.fromString
(String s) Returns the enum constant of this class with the specified name.static Audits.GetEncodedResponseEncoding[]
Audits.GetEncodedResponseEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v126.audits with parameters of type Audits.GetEncodedResponseEncodingModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Audits.GetEncodedResponseResponse>
Audits.getEncodedResponse
(RequestId requestId, Audits.GetEncodedResponseEncoding encoding, Optional<Number> quality, Optional<Boolean> sizeOnly) Returns the response body and size if it were re-encoded with the specified settings.