public enum BrowserFamily extends Enum<BrowserFamily>
Enum Constant and Description |
---|
CHROME |
FIREFOX |
HTML_UNIT |
HTML_UNIT_JS |
IE |
Modifier and Type | Method and Description |
---|---|
DriverFactory |
getDriverFactory() |
static BrowserFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserFamily FIREFOX
public static final BrowserFamily IE
public static final BrowserFamily CHROME
public static final BrowserFamily HTML_UNIT
public static final BrowserFamily HTML_UNIT_JS
public static BrowserFamily[] values()
for (BrowserFamily c : BrowserFamily.values()) System.out.println(c);
public static BrowserFamily 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 DriverFactory getDriverFactory()
Copyright © 2011 Nuxeo SA. All Rights Reserved.