public enum AndroidServerFlag extends Enum<AndroidServerFlag> implements ServerArgument
Enum Constant and Description |
---|
ACTIVITY
Deprecated.
|
ANDROID_COVERAGE
Deprecated.
|
APP_WAIT_ACTIVITY
Deprecated.
|
APP_WAIT_PACKAGE
Deprecated.
|
AVD
Deprecated.
|
AVD_ARGS
Deprecated.
|
BOOTSTRAP_PORT_NUMBER
Port to use on device to talk to Appium.
|
CHROME_DRIVER_EXECUTABLE
ChromeDriver executable full path
|
CHROME_DRIVER_PORT
Port upon which ChromeDriver will run.
|
DEVICE_READY_TIMEOUT
Deprecated.
|
DO_NOT_STOP_APP_ON_RESET
Deprecated.
|
INTENT_ACTION
Deprecated.
|
INTENT_ARGUMENTS
Deprecated.
|
INTENT_CATEGORY
Deprecated.
|
INTENT_FLAGS
Deprecated.
|
KEY_ALIAS
Deprecated.
|
KEY_PASSWORD
Deprecated.
|
KEY_STORE_PASSWORD
Deprecated.
|
KEY_STORE_PATH
Deprecated.
|
PACKAGE
Deprecated.
|
SELENDROID_PORT
Local port used for communication with Selendroid.
|
SUPPRESS_ADB_KILL_SERVER
If set, prevents Appium from killing the adb server
instance.
|
USE_KEY_STORE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getArgument() |
static AndroidServerFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidServerFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidServerFlag BOOTSTRAP_PORT_NUMBER
@Deprecated public static final AndroidServerFlag PACKAGE
@Deprecated public static final AndroidServerFlag ACTIVITY
@Deprecated public static final AndroidServerFlag APP_WAIT_PACKAGE
@Deprecated public static final AndroidServerFlag APP_WAIT_ACTIVITY
@Deprecated public static final AndroidServerFlag ANDROID_COVERAGE
@Deprecated public static final AndroidServerFlag AVD
@Deprecated public static final AndroidServerFlag AVD_ARGS
@Deprecated public static final AndroidServerFlag DEVICE_READY_TIMEOUT
public static final AndroidServerFlag SELENDROID_PORT
@Deprecated public static final AndroidServerFlag USE_KEY_STORE
@Deprecated public static final AndroidServerFlag KEY_STORE_PATH
@Deprecated public static final AndroidServerFlag KEY_STORE_PASSWORD
@Deprecated public static final AndroidServerFlag KEY_ALIAS
@Deprecated public static final AndroidServerFlag KEY_PASSWORD
@Deprecated public static final AndroidServerFlag INTENT_ACTION
@Deprecated public static final AndroidServerFlag INTENT_CATEGORY
@Deprecated public static final AndroidServerFlag INTENT_FLAGS
@Deprecated public static final AndroidServerFlag INTENT_ARGUMENTS
@Deprecated public static final AndroidServerFlag DO_NOT_STOP_APP_ON_RESET
public static final AndroidServerFlag SUPPRESS_ADB_KILL_SERVER
public static final AndroidServerFlag CHROME_DRIVER_PORT
public static final AndroidServerFlag CHROME_DRIVER_EXECUTABLE
public static AndroidServerFlag[] values()
for (AndroidServerFlag c : AndroidServerFlag.values()) System.out.println(c);
public static AndroidServerFlag 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 nullpublic String getArgument()
getArgument
in interface ServerArgument
Copyright © 2016. All rights reserved.