public static enum WebDriverService.WebDriverType extends Enum<WebDriverService.WebDriverType>
| Modifier and Type | Method and Description |
|---|---|
static WebDriverService.WebDriverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebDriverService.WebDriverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebDriverService.WebDriverType CHROME
public static final WebDriverService.WebDriverType FIREFOX
public static final WebDriverService.WebDriverType IE
public static final WebDriverService.WebDriverType SAFARI
public static WebDriverService.WebDriverType[] values()
for (WebDriverService.WebDriverType c : WebDriverService.WebDriverType.values()) System.out.println(c);
public static WebDriverService.WebDriverType 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 © 2019 VILT Group. All rights reserved.