public interface MobileCapabilityType
extends org.openqa.selenium.remote.CapabilityType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APP
The absolute local path or remote http URL to an .ipa or .apk file,
or a .zip containing one of these.
|
static java.lang.String |
APPIUM_VERSION
Sauce-specific.
|
static java.lang.String |
AUTO_WEBVIEW
Move directly into Webview context.
|
static java.lang.String |
AUTOMATION_NAME
Which automation engine to use.
|
static java.lang.String |
CLEAR_SYSTEM_FILES
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
The kind of mobile device or emulator to use.
|
static java.lang.String |
EVENT_TIMINGS
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 |
FORCE_MJSONWP
This is the flag which forces server to switch to the mobile WSONWP.
|
static java.lang.String |
FULL_RESET
(iOS) Delete the entire simulator folder.
|
static java.lang.String |
LANGUAGE
(Sim/Emu-only) Language to set for the simulator / emulator.
|
static java.lang.String |
LOCALE
(Sim/Emu-only) Locale to set for the simulator / emulator.
|
static java.lang.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 java.lang.String |
NO_RESET
Don't reset app state before this session.
|
static java.lang.String |
ORIENTATION
(Sim/Emu-only) start in a certain orientation.
|
static java.lang.String |
PLATFORM_VERSION
Mobile OS version.
|
static java.lang.String |
UDID
Unique device identifier of the connected physical device.
|
ACCEPT_INSECURE_CERTS, ACCEPT_SSL_CERTS, APPLICATION_NAME, BROWSER_NAME, BROWSER_VERSION, 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, PLATFORM_NAME, 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, UNHANDLED_PROMPT_BEHAVIOUR, VERSION
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
static final java.lang.String UDID
static final java.lang.String APPIUM_VERSION
static final java.lang.String LANGUAGE
static final java.lang.String LOCALE
static 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
static final java.lang.String FORCE_MJSONWP
false
then it is switched to W3C mode.