| Package | Description |
|---|---|
| jp.vmi.selenium.webdriver |
| Modifier and Type | Method and Description |
|---|---|
static DriverOptions.DriverOption |
DriverOptions.DriverOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverOptions.DriverOption[] |
DriverOptions.DriverOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DriverOptions.get(DriverOptions.DriverOption opt)
Get option value.
|
boolean |
DriverOptions.has(DriverOptions.DriverOption opt)
DriverOptions instance has specified option.
|
DriverOptions |
DriverOptions.set(DriverOptions.DriverOption opt,
String... values)
Set option key and value.
|
Copyright © 2017. All rights reserved.