public enum IOSServerFlag extends Enum<IOSServerFlag> implements ServerArgument
Enum Constant and Description |
---|
BACK_END_RETRIES
How many times to retry launching Instruments before saying it
crashed or timed out.
|
CALENDAR_FORMAT
Deprecated.
|
CUSTOM_INSTRUMENTS_PATH
custom path to the instruments commandline tool.
|
DEFAULT_DEVICE
use the default simulator that instruments launches
on its own.
|
FORCE_IPAD_SIMULATOR
Use the iPad Simulator no matter what the app wants.
|
FORCE_IPHONE_SIMULATOR
Use the iPhone Simulator no matter what the app wants.
|
IPA_ABSOLUTE_PATH
absolute path to compiled .ipa file.
|
ISOLATE_SIM_DEVICE
Xcode 6 has a bug on some platforms where a certain simulator can only be
launched without error if all other simulator devices are first deleted.
|
KEEP_KEYCHAINS
Deprecated.
|
LAUNCH_TIMEOUT
Deprecated.
|
LOCALIZABLE_STRING_PATH
Deprecated.
|
ORIENTATION
Deprecated.
|
SAFARI
Use the safari app.
|
SHOW_IOS_LOG
Deprecated.
|
SHOW_SIMULATOR_LOG
Deprecated.
|
TRACE_DIRECTORY_ABSOLUTE_PATH
Absolute path to directory Appium use to save ios instruments traces,
defaults to /appium-instruments.
|
TRACE_TEMPLATE_FILE_PATH
.tracetemplate file to use with Instruments.
|
USE_NATIVE_INSTRUMENTS
Deprecated.
|
WEBKIT_DEBUG_PROXY_PORT
Local port used for communication with ios-webkit-debug-proxy
Default value: 27753
Sample: --webkit-debug-proxy-port 27753
|
Modifier and Type | Method and Description |
---|---|
String |
getArgument() |
static IOSServerFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOSServerFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final IOSServerFlag LOCALIZABLE_STRING_PATH
public static final IOSServerFlag IPA_ABSOLUTE_PATH
public static final IOSServerFlag BACK_END_RETRIES
@Deprecated public static final IOSServerFlag LAUNCH_TIMEOUT
@Deprecated public static final IOSServerFlag USE_NATIVE_INSTRUMENTS
public static final IOSServerFlag SAFARI
public static final IOSServerFlag DEFAULT_DEVICE
public static final IOSServerFlag FORCE_IPHONE_SIMULATOR
public static final IOSServerFlag FORCE_IPAD_SIMULATOR
@Deprecated public static final IOSServerFlag CALENDAR_FORMAT
@Deprecated public static final IOSServerFlag ORIENTATION
public static final IOSServerFlag TRACE_TEMPLATE_FILE_PATH
public static final IOSServerFlag CUSTOM_INSTRUMENTS_PATH
@Deprecated public static final IOSServerFlag SHOW_SIMULATOR_LOG
@Deprecated public static final IOSServerFlag SHOW_IOS_LOG
@Deprecated public static final IOSServerFlag KEEP_KEYCHAINS
public static final IOSServerFlag ISOLATE_SIM_DEVICE
public static final IOSServerFlag TRACE_DIRECTORY_ABSOLUTE_PATH
public static final IOSServerFlag WEBKIT_DEBUG_PROXY_PORT
public static IOSServerFlag[] values()
for (IOSServerFlag c : IOSServerFlag.values()) System.out.println(c);
public static IOSServerFlag 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.