| Package | Description |
|---|---|
| io.selendroid.client |
| Modifier and Type | Method and Description |
|---|---|
static DriverCommand |
DriverCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverCommand[] |
DriverCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
SelendroidDriver.getConfiguration(DriverCommand command) |
Map<String,Object> |
Configuration.getConfiguration(DriverCommand command) |
void |
SelendroidDriver.setConfiguration(DriverCommand command,
String key,
Object value) |
void |
Configuration.setConfiguration(DriverCommand command,
String key,
Object value) |
Copyright © 2015. All rights reserved.