Uses of Class
org.openqa.selenium.devtools.cachestorage.model.CachedResponseType
-
Packages that use CachedResponseType Package Description org.openqa.selenium.devtools.cachestorage.model -
-
Uses of CachedResponseType in org.openqa.selenium.devtools.cachestorage.model
Methods in org.openqa.selenium.devtools.cachestorage.model that return CachedResponseType Modifier and Type Method Description static CachedResponseTypeCachedResponseType. fromString(java.lang.String s)CachedResponseTypeDataEntry. getResponseType()HTTP response typestatic CachedResponseTypeCachedResponseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CachedResponseType[]CachedResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.cachestorage.model with parameters of type CachedResponseType Constructor Description DataEntry(java.lang.String requestURL, java.lang.String requestMethod, java.util.List<Header> requestHeaders, java.lang.Number responseTime, java.lang.Integer responseStatus, java.lang.String responseStatusText, CachedResponseType responseType, java.util.List<Header> responseHeaders)
-