@Deprecated
public interface MobileCapabilityType
extends org.openqa.selenium.remote.CapabilityType
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP
Deprecated.
The absolute local path or remote http URL to a
.ipa file (IOS),
.app folder (IOS Simulator), .apk file (Android) or .apks file (Android App Bundle),
or a .zip file containing one of these (for .app, the .app folder must be the root of the zip file). |
static java.lang.String |
AUTO_WEBVIEW
Deprecated.
Move directly into Webview context.
|
static java.lang.String |
AUTOMATION_NAME
Deprecated.
Which automation engine to use.
|
static java.lang.String |
CLEAR_SYSTEM_FILES
Deprecated.
The desired capability which specifies whether to delete any generated files at
the end of a session (see iOS and Android entries for particulars).
|
static java.lang.String |
DEVICE_NAME
Deprecated.
The kind of mobile device or emulator to use.
|
static java.lang.String |
ENABLE_PERFORMANCE_LOGGING
Deprecated.
(Web and webview only) Enable ChromeDriver's (on Android)
or Safari's (on iOS) performance logging (default
false). |
static java.lang.String |
EVENT_TIMINGS
Deprecated.
Enable or disable the reporting of the timings for various Appium-internal events
(e.g., the start and end of each command, etc.).
|
static java.lang.String |
FULL_RESET
Deprecated.
Perform a complete reset.
|
static java.lang.String |
LANGUAGE
Deprecated.
Language to set for iOS (XCUITest driver only) and Android.
|
static java.lang.String |
LOCALE
Deprecated.
Locale to set for iOS (XCUITest driver only) and Android.
|
static java.lang.String |
NEW_COMMAND_TIMEOUT
Deprecated.
How long (in seconds) Appium will wait for a new command from the
client before assuming the client quit and ending the session.
|
static java.lang.String |
NO_RESET
Deprecated.
Don't reset app state before this session.
|
static java.lang.String |
ORIENTATION
Deprecated.
(Sim/Emu-only) start in a certain orientation.
|
static java.lang.String |
OTHER_APPS
Deprecated.
App or list of apps (as a JSON array) to install prior to running tests.
|
static java.lang.String |
PLATFORM_VERSION
Deprecated.
Mobile OS version.
|
static java.lang.String |
PRINT_PAGE_SOURCE_ON_FIND_FAILURE
Deprecated.
When a find operation fails, print the current page source.
|
static java.lang.String |
UDID
Deprecated.
Unique device identifier of the connected physical device.
|
static final java.lang.String AUTOMATION_NAME
static final java.lang.String PLATFORM_VERSION
static final java.lang.String DEVICE_NAME
static final java.lang.String NEW_COMMAND_TIMEOUT
static final java.lang.String APP
.ipa file (IOS),
.app folder (IOS Simulator), .apk file (Android) or .apks file (Android App Bundle),
or a .zip file containing one of these (for .app, the .app folder must be the root of the zip file).
Appium will attempt to install this app binary on the appropriate device first.
Note that this capability is not required for Android if you specify appPackage
and appActivity capabilities (see below). Incompatible with browserName. See
here
about .apks file.static final java.lang.String UDID
static final java.lang.String LANGUAGE
static final java.lang.String LOCALE
fr_CA format for iOS. CA format (country name abbreviation) for Androidstatic final java.lang.String ORIENTATION
static final java.lang.String AUTO_WEBVIEW
static final java.lang.String NO_RESET
static final java.lang.String FULL_RESET
static final java.lang.String CLEAR_SYSTEM_FILES
static final java.lang.String EVENT_TIMINGS
false.
To enable, use true. The timings are then reported as events property on response
to querying the current session. See the
event timing docs for the structure of this response.static final java.lang.String ENABLE_PERFORMANCE_LOGGING
false).static final java.lang.String OTHER_APPS
static final java.lang.String PRINT_PAGE_SOURCE_ON_FIND_FAILURE