Package io.appium.java_client

Interface Summary
AndroidKeyCode Some common key codes for Android Key Events
AndroidKeyMetastate Metastates for Android Key Events
DriverMobileCommand An empty interface defining constants for the standard commands defined in the Mobile JSON wire protocol.
FindsByAccessibilityId  
FindsByAndroidUIAutomator  
FindsByIosUIAutomation  
IOSKeyCode Some common key codes for Android Key Events
MobileCommand An empty interface defining constants for the mobile commands defined in the Mobile JSON wire protocol.
MobileDriver  
 

Class Summary
AppiumDriver  
ComplexFind  
ErrorCodesMobile Defines common error codes for the mobile JSON wire protocol.
MobileBy Created by jonahss on 4/10/14.
MobileBy.ByAccessibilityId  
MobileBy.ByAndroidUIAutomator  
MobileBy.ByIosUIAutomation  
MobileElement  
MultiTouchAction Used for Webdriver 3 multi-touch gestures See the Webriver 3 spec https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html The MultiTouchAction object is a collection of TouchAction objects (remember that TouchAction objects are in turn, a chain of individual actions) Add multiple TouchAction objects using the add() method.
NetworkConnectionSetting for use with setting Network Connections on a mobile device.
TouchAction Used for Webdriver 3 touch actions See the Webriver 3 spec https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html The flow is to chain individual touch actions into an entire gesture.
 

Exception Summary
MissingParameterException  
NoSuchContextException Thrown by WebDriver.switchTo().context(String name).
 



Copyright © 2014. All rights reserved.