Package io.appium.java_client.remote
Interface YouiEngineCapabilityType
-
- All Superinterfaces:
org.openqa.selenium.remote.CapabilityType
public interface YouiEngineCapabilityType extends org.openqa.selenium.remote.CapabilityTypeThe list of youiengine-specific capabilities.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPP_ADDRESSIP address of the app to execute commands against.-
Fields inherited from interface org.openqa.selenium.remote.CapabilityType
ACCEPT_INSECURE_CERTS, ACCEPT_SSL_CERTS, APPLICATION_NAME, BROWSER_NAME, BROWSER_VERSION, ELEMENT_SCROLL_BEHAVIOR, ENABLE_PROFILING_CAPABILITY, HAS_NATIVE_EVENTS, HAS_TOUCHSCREEN, LOGGING_PREFS, OVERLAPPING_CHECK_DISABLED, PAGE_LOAD_STRATEGY, PLATFORM, PLATFORM_NAME, PROXY, ROTATABLE, STRICT_FILE_INTERACTABILITY, SUPPORTS_ALERTS, SUPPORTS_APPLICATION_CACHE, SUPPORTS_JAVASCRIPT, SUPPORTS_LOCATION_CONTEXT, SUPPORTS_NETWORK_CONNECTION, SUPPORTS_SQL_DATABASE, SUPPORTS_WEB_STORAGE, TAKES_SCREENSHOT, TIMEOUTS, UNEXPECTED_ALERT_BEHAVIOUR, UNHANDLED_PROMPT_BEHAVIOUR, VERSION
-
-
-
-
Field Detail
-
APP_ADDRESS
static final java.lang.String APP_ADDRESS
IP address of the app to execute commands against.- See Also:
- Constant Field Values
-
-