public interface MobileCapabilityType
extends org.openqa.selenium.remote.CapabilityType
| Modifier and Type | Field and Description |
|---|---|
static String |
APP
The absolute local path or remote http URL to an .ipa or .apk file, or a .zip containing one of these.
|
static String |
APP_ACTIVITY
Deprecated.
|
static String |
APP_PACKAGE
Deprecated.
|
static String |
APP_WAIT_ACTIVITY
Deprecated.
|
static String |
APP_WAIT_PACKAGE
Deprecated.
|
static String |
APPIUM_VERSION
Sauce-specific
|
static String |
AUTO_WEBVIEW
Move directly into Webview context.
|
static String |
AUTOMATION_NAME
Which automation engine to use
|
static String |
BROWSER_NAME
Name of mobile web browser to automate.
|
static String |
DEVICE_NAME
The kind of mobile device or emulator to use
|
static String |
DEVICE_READY_TIMEOUT
Deprecated.
|
static String |
DONT_STOP_APP_ON_RESET
Deprecated.
|
static String |
FULL_RESET
(iOS) Delete the entire simulator folder.
|
static String |
LANGUAGE
(Sim/Emu-only) Language to set for the simulator / emulator
|
static String |
LAUNCH_TIMEOUT
Deprecated.
|
static String |
LOCALE
(Sim/Emu-only) Locale to set for the simulator / emulator
|
static String |
NEW_COMMAND_TIMEOUT
How long (in seconds) Appium will wait for a new command from the
client before assuming the client quit and ending the session
|
static String |
NO_RESET
Don't reset app state before this session.
|
static String |
ORIENTATION
(Sim/Emu-only) start in a certain orientation
|
static String |
PLATFORM_NAME
Which mobile OS platform to use
|
static String |
PLATFORM_VERSION
Mobile OS version
|
static String |
SELENDROID_PORT
Deprecated.
|
static String |
UDID
Unique device identifier of the connected physical device
|
static String |
UNICODE_KEYBOARD
Deprecated.
|
ACCEPT_SSL_CERTS, 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 AUTOMATION_NAME
static final String PLATFORM_NAME
static final String PLATFORM_VERSION
static final String DEVICE_NAME
static final String NEW_COMMAND_TIMEOUT
@Deprecated static final String DEVICE_READY_TIMEOUT
AndroidMobileCapabilityType.DEVICE_READY_TIMEOUT@Deprecated static final String LAUNCH_TIMEOUT
IOSMobileCapabilityType.LAUNCH_TIMEOUTstatic final String APP
static final String BROWSER_NAME
@Deprecated static final String APP_PACKAGE
AndroidMobileCapabilityType.APP_PACKAGE@Deprecated static final String APP_ACTIVITY
AndroidMobileCapabilityType.APP_ACTIVITY@Deprecated static final String APP_WAIT_ACTIVITY
AndroidMobileCapabilityType.APP_WAIT_ACTIVITY@Deprecated static final String APP_WAIT_PACKAGE
AndroidMobileCapabilityType.APP_WAIT_PACKAGE@Deprecated static final String DONT_STOP_APP_ON_RESET
AndroidMobileCapabilityType.DONT_STOP_APP_ON_RESETstatic final String UDID
static final String APPIUM_VERSION
@Deprecated static final String UNICODE_KEYBOARD
AndroidMobileCapabilityType.UNICODE_KEYBOARDstatic final String LANGUAGE
static final String LOCALE
static final String ORIENTATION
static final String AUTO_WEBVIEW
static final String NO_RESET
static final String FULL_RESET
@Deprecated static final String SELENDROID_PORT
Copyright © 2016. All rights reserved.