Uses of Class
org.openqa.selenium.devtools.v97.network.model.ContentEncoding
-
Packages that use ContentEncoding Package Description org.openqa.selenium.devtools.v97.network org.openqa.selenium.devtools.v97.network.model -
-
Uses of ContentEncoding in org.openqa.selenium.devtools.v97.network
Method parameters in org.openqa.selenium.devtools.v97.network with type arguments of type ContentEncoding Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Network. setAcceptedEncodings(java.util.List<ContentEncoding> encodings)Sets a list of content encodings that will be accepted. -
Uses of ContentEncoding in org.openqa.selenium.devtools.v97.network.model
Methods in org.openqa.selenium.devtools.v97.network.model that return ContentEncoding Modifier and Type Method Description static ContentEncodingContentEncoding. fromString(java.lang.String s)static ContentEncodingContentEncoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentEncoding[]ContentEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-