Package | Description |
---|---|
org.openqa.selenium.html5 |
Modifier and Type | Method and Description |
---|---|
static AppCacheStatus |
AppCacheStatus.getEnum(int value)
Gets the AppCacheStatus for the given int value.
|
static AppCacheStatus |
AppCacheStatus.getEnum(String value) |
AppCacheStatus |
ApplicationCache.getStatus()
The current state of the application cache.
|
static AppCacheStatus |
AppCacheStatus.valueOf(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.
|
Copyright © 2013. All Rights Reserved.