Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ContentEncoding
Packages that use ContentEncoding
Package
Description
-
Uses of ContentEncoding in org.openqa.selenium.devtools.v141.network
Method parameters in org.openqa.selenium.devtools.v141.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.v141.network.model
Methods in org.openqa.selenium.devtools.v141.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.