public static enum OperaDriver.PrivateData extends Enum<OperaDriver.PrivateData>
| Enum Constant and Description |
|---|
ALL |
ALL_COOKIES |
APPCACHE |
CONSOLE |
DISK_CACHE |
GEOLOCATION_PERMISSIONS |
GLOBAL_HISTORY |
IMAGE_CACHE |
MEMORY_CACHE |
SENSITIVE_DATA |
SESSION_COOKIES |
SITE_PREFS |
THUMBNAILS |
VISITED_LINKS |
WEBDATABASES |
WEBSTORAGE |
| Modifier and Type | Method and Description |
|---|---|
static OperaDriver.PrivateData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaDriver.PrivateData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperaDriver.PrivateData ALL
public static final OperaDriver.PrivateData VISITED_LINKS
public static final OperaDriver.PrivateData DISK_CACHE
public static final OperaDriver.PrivateData IMAGE_CACHE
public static final OperaDriver.PrivateData MEMORY_CACHE
public static final OperaDriver.PrivateData SENSITIVE_DATA
public static final OperaDriver.PrivateData SESSION_COOKIES
public static final OperaDriver.PrivateData ALL_COOKIES
public static final OperaDriver.PrivateData GLOBAL_HISTORY
public static final OperaDriver.PrivateData CONSOLE
public static final OperaDriver.PrivateData THUMBNAILS
public static final OperaDriver.PrivateData WEBDATABASES
public static final OperaDriver.PrivateData WEBSTORAGE
public static final OperaDriver.PrivateData APPCACHE
public static final OperaDriver.PrivateData GEOLOCATION_PERMISSIONS
public static final OperaDriver.PrivateData SITE_PREFS
public static OperaDriver.PrivateData[] values()
for (OperaDriver.PrivateData c : OperaDriver.PrivateData.values()) System.out.println(c);
public static OperaDriver.PrivateData valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.