@Deprecated public enum InternetExplorerDriverEngine extends java.lang.Enum<InternetExplorerDriverEngine>
Enum Constant and Description |
---|
AUTODETECT
Deprecated.
|
LEGACY
Deprecated.
|
VENDOR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InternetExplorerDriverEngine |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InternetExplorerDriverEngine[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternetExplorerDriverEngine LEGACY
public static final InternetExplorerDriverEngine AUTODETECT
public static final InternetExplorerDriverEngine VENDOR
public static InternetExplorerDriverEngine[] values()
for (InternetExplorerDriverEngine c : InternetExplorerDriverEngine.values()) System.out.println(c);
public static InternetExplorerDriverEngine valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null