public enum InternetExplorerDriverEngine extends Enum<InternetExplorerDriverEngine>
| 枚举常量和说明 |
|---|
AUTODETECT |
LEGACY |
VENDOR |
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(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值