Uses of Enum Class
org.openqa.selenium.devtools.v141.cachestorage.model.CachedResponseType
Packages that use CachedResponseType
-
Uses of CachedResponseType in org.openqa.selenium.devtools.v141.cachestorage.model
Methods in org.openqa.selenium.devtools.v141.cachestorage.model that return CachedResponseTypeModifier and TypeMethodDescriptionstatic CachedResponseTypeCachedResponseType.fromString(String s) DataEntry.getResponseType()HTTP response typestatic CachedResponseTypeReturns the enum constant of this class with the specified name.static CachedResponseType[]CachedResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.cachestorage.model with parameters of type CachedResponseType