public static enum AbstractRealBrowserDriver.BrowserType extends Enum<AbstractRealBrowserDriver.BrowserType>
| Enum Constant and Description |
|---|
Chrome |
Edge |
FireFox |
InternetExplorer |
Opera |
PhantomJS |
Safari |
| Modifier and Type | Method and Description |
|---|---|
static AbstractRealBrowserDriver.BrowserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRealBrowserDriver.BrowserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractRealBrowserDriver.BrowserType Chrome
public static final AbstractRealBrowserDriver.BrowserType FireFox
public static final AbstractRealBrowserDriver.BrowserType Edge
public static final AbstractRealBrowserDriver.BrowserType Safari
public static final AbstractRealBrowserDriver.BrowserType Opera
public static final AbstractRealBrowserDriver.BrowserType InternetExplorer
public static final AbstractRealBrowserDriver.BrowserType PhantomJS
public static AbstractRealBrowserDriver.BrowserType[] values()
for (AbstractRealBrowserDriver.BrowserType c : AbstractRealBrowserDriver.BrowserType.values()) System.out.println(c);
public static AbstractRealBrowserDriver.BrowserType 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 © 2017 Axway Software. All rights reserved.