public static enum WebDroneFactory.Browser extends Enum<WebDroneFactory.Browser>
| Enum Constant and Description |
|---|
AlfrescoRemoteWebDriverChrome |
AlfrescoRemoteWebDriverFireFox |
AlfrescoRemoteWebDriverIE |
Chrome |
FireFox |
IE |
| Modifier and Type | Method and Description |
|---|---|
static WebDroneFactory.Browser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebDroneFactory.Browser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebDroneFactory.Browser FireFox
public static final WebDroneFactory.Browser Chrome
public static final WebDroneFactory.Browser IE
public static final WebDroneFactory.Browser AlfrescoRemoteWebDriverFireFox
public static final WebDroneFactory.Browser AlfrescoRemoteWebDriverChrome
public static final WebDroneFactory.Browser AlfrescoRemoteWebDriverIE
public static WebDroneFactory.Browser[] values()
for (WebDroneFactory.Browser c : WebDroneFactory.Browser.values()) System.out.println(c);
public static WebDroneFactory.Browser 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 © 2012. All Rights Reserved.