public enum DefaultDriverType extends Enum<DefaultDriverType> implements DriverType
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisual() |
static DefaultDriverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDriverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDriverType FIREFOX
public static final DefaultDriverType HTMLUNIT
public static final DefaultDriverType CHROME
public static final DefaultDriverType IE
public static DefaultDriverType[] values()
for (DefaultDriverType c : DefaultDriverType.values()) System.out.println(c);
public static DefaultDriverType 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 nullpublic boolean isVisual()
isVisual in interface DriverTypeCopyright © 2016 Substeps. All rights reserved.