Uses of Enum Class
org.openqa.selenium.devtools.v150.network.model.ContentEncoding
Packages that use ContentEncoding
Package
Description
-
Uses of ContentEncoding in org.openqa.selenium.devtools.v150.network
Method parameters in org.openqa.selenium.devtools.v150.network with type arguments of type ContentEncodingModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.setAcceptedEncodings(List<ContentEncoding> encodings) Sets a list of content encodings that will be accepted. -
Uses of ContentEncoding in org.openqa.selenium.devtools.v150.network.model
Subclasses with type arguments of type ContentEncoding in org.openqa.selenium.devtools.v150.network.modelModifier and TypeClassDescriptionenumList of content encodings supported by the backend.Methods in org.openqa.selenium.devtools.v150.network.model that return ContentEncodingModifier and TypeMethodDescriptionstatic ContentEncodingContentEncoding.fromString(String s) static ContentEncodingReturns the enum constant of this class with the specified name.static ContentEncoding[]ContentEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.