public interface IOSMobileCapabilityType
extends org.openqa.selenium.remote.CapabilityType
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME
The display name of the application under test.
|
static String |
AUTO_ACCEPT_ALERTS
Accept all iOS alerts automatically if they pop up.
|
static String |
AUTO_DISMISS_ALERTS
Dismiss all iOS alerts automatically if they pop up.
|
static String |
BUNDLE_ID
Bundle ID of the app under test.
|
static String |
CALENDAR_FORMAT
(Sim-only) Calendar format to set for the iOS Simulator.
|
static String |
INTER_KEY_DELAY
The delay, in ms, between keystrokes sent to an element when typing.
|
static String |
KEEP_KEY_CHAINS
(Sim-only) Whether to keep keychains (Library/Keychains) when appium
session is started/finished.
|
static String |
LAUNCH_TIMEOUT
Amount of time in ms to wait for instruments before assuming it hung and
failing the session.
|
static String |
LOCALIZABLE_STRINGS_DIR
Where to look for localizable strings.
|
static String |
LOCATION_SERVICES_AUTHORIZED
(Sim-only) Set location services to be authorized or not authorized for app via plist,
so that location services alert doesn't pop up.
|
static String |
LOCATION_SERVICES_ENABLED
(Sim-only) Force location services to be either on or off.
|
static String |
NATIVE_INSTRUMENTS_LIB
Use native intruments lib (ie disable instruments-without-delay).
|
static String |
NATIVE_WEB_TAP
(Sim-only) Enable "real", non-javascript-based web taps in Safari.
|
static String |
PROCESS_ARGUMENTS
Arguments to pass to the AUT using instruments.
|
static String |
SAFARI_ALLOW_POPUPS
(Sim-only) Allow javascript to open new windows in Safari.
|
static String |
SAFARI_IGNORE_FRAUD_WARNING
(Sim-only) Prevent Safari from showing a fraudulent website warning.
|
static String |
SAFARI_INITIAL_URL
(Sim-only) (>= 8.1) Initial safari url, default is a local welcome page.
|
static String |
SAFARI_OPEN_LINKS_IN_BACKGROUND
(Sim-only) Whether Safari should allow links to open in new windows.
|
static String |
SCREENSHOT_WAIT_TIMEOUT
Max timeout in sec to wait for a screenshot to be generated. default: 10.
|
static String |
SEND_KEY_STRATEGY
strategy to use to type test into a test field.
|
static String |
SHOW_IOS_LOG
Whether to show any logs captured from a device in the appium logs.
|
static String |
WAIT_FOR_APP_SCRIPT
The ios automation script used to determined if the app has been launched,
by default the system wait for the page source not to be empty.
|
static String |
WEBVIEW_CONNECT_RETRIES
Number of times to send connection message to remote debugger, to get webview.
|
ACCEPT_SSL_CERTS, BROWSER_NAME, ELEMENT_SCROLL_BEHAVIOR, ENABLE_PERSISTENT_HOVERING, ENABLE_PROFILING_CAPABILITY, HAS_NATIVE_EVENTS, HAS_TOUCHSCREEN, LOGGING_PREFS, OVERLAPPING_CHECK_DISABLED, PAGE_LOAD_STRATEGY, PAGE_LOADING_STRATEGY, PLATFORM, PROXY, ROTATABLE, SUPPORTS_ALERTS, SUPPORTS_APPLICATION_CACHE, SUPPORTS_FINDING_BY_CSS, SUPPORTS_JAVASCRIPT, SUPPORTS_LOCATION_CONTEXT, SUPPORTS_NETWORK_CONNECTION, SUPPORTS_SQL_DATABASE, SUPPORTS_WEB_STORAGE, TAKES_SCREENSHOT, UNEXPECTED_ALERT_BEHAVIOUR, VERSIONstatic final String CALENDAR_FORMAT
static final String BUNDLE_ID
static final String LAUNCH_TIMEOUT
static final String LOCATION_SERVICES_ENABLED
static final String LOCATION_SERVICES_AUTHORIZED
static final String AUTO_ACCEPT_ALERTS
static final String AUTO_DISMISS_ALERTS
static final String NATIVE_INSTRUMENTS_LIB
static final String NATIVE_WEB_TAP
static final String SAFARI_INITIAL_URL
static final String SAFARI_ALLOW_POPUPS
static final String SAFARI_IGNORE_FRAUD_WARNING
static final String SAFARI_OPEN_LINKS_IN_BACKGROUND
static final String KEEP_KEY_CHAINS
static final String LOCALIZABLE_STRINGS_DIR
static final String PROCESS_ARGUMENTS
static final String INTER_KEY_DELAY
static final String SHOW_IOS_LOG
static final String SEND_KEY_STRATEGY
static final String SCREENSHOT_WAIT_TIMEOUT
static final String WAIT_FOR_APP_SCRIPT
static final String WEBVIEW_CONNECT_RETRIES
static final String APP_NAME
Copyright © 2016. All rights reserved.