Uses of Class
org.openqa.selenium.html5.AppCacheStatus
-
Packages that use AppCacheStatus Package Description org.openqa.selenium.html5 -
-
Uses of AppCacheStatus in org.openqa.selenium.html5
Methods in org.openqa.selenium.html5 that return AppCacheStatus Modifier and Type Method Description static AppCacheStatusAppCacheStatus. getEnum(int value)Gets the AppCacheStatus for the given int value.static AppCacheStatusAppCacheStatus. getEnum(java.lang.String value)AppCacheStatusApplicationCache. getStatus()The current state of the application cache.static AppCacheStatusAppCacheStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppCacheStatus[]AppCacheStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-