Package | Description |
---|---|
io.appium.java_client |
Modifier and Type | Method and Description |
---|---|
static AppiumSetting |
AppiumSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppiumSetting[] |
AppiumSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AppiumDriver.setSetting(AppiumSetting setting,
Object value)
Set a setting for this test session It's probably better to use a
convenience function, rather than use this function directly.
|
Copyright © 2015. All rights reserved.