A B C D E F G H I K L M N O P R S T W Z

A

AccessibilityId(String) - Static method in class io.appium.java_client.MobileBy
 
add(TouchAction) - Method in class io.appium.java_client.MultiTouchAction
Add a TouchAction to this multi-touch gesture
AndroidKeyCode - Interface in io.appium.java_client
Some common key codes for Android Key Events
AndroidKeyMetastate - Interface in io.appium.java_client
Metastates for Android Key Events
AndroidUIAutomator(String) - Static method in class io.appium.java_client.MobileBy
 
AppiumDriver - Class in io.appium.java_client
 
AppiumDriver(URL, Capabilities) - Constructor for class io.appium.java_client.AppiumDriver
 

B

BACK - Static variable in interface io.appium.java_client.AndroidKeyCode
 
BACKSPACE - Static variable in interface io.appium.java_client.AndroidKeyCode
 
BACKSPACE - Static variable in interface io.appium.java_client.IOSKeyCode
 

C

cancel() - Method in class io.appium.java_client.TouchAction
Cancel this action, if it was partially completed by the driver
clearParameters() - Method in class io.appium.java_client.TouchAction
 
CLOSE_APP - Static variable in interface io.appium.java_client.MobileCommand
 
closeApp() - Method in class io.appium.java_client.AppiumDriver
Close the app which was provided in the capabilities at session creation
COMPLEX_FIND - Static variable in interface io.appium.java_client.MobileCommand
 
complexFind(String) - Method in class io.appium.java_client.AppiumDriver
 
ComplexFind - Class in io.appium.java_client
 
ComplexFind(AppiumDriver) - Constructor for class io.appium.java_client.ComplexFind
 
context(String) - Method in class io.appium.java_client.AppiumDriver
 
CURRENT_ACTIVITY - Static variable in interface io.appium.java_client.MobileCommand
 
currentActivity() - Method in class io.appium.java_client.AppiumDriver
Get the current activity being run on the mobile device

D

DEL - Static variable in interface io.appium.java_client.AndroidKeyCode
 
DriverMobileCommand - Interface in io.appium.java_client
An empty interface defining constants for the standard commands defined in the Mobile JSON wire protocol.

E

END_TEST_COVERAGE - Static variable in interface io.appium.java_client.MobileCommand
 
endTestCoverage(String, String) - Method in class io.appium.java_client.AppiumDriver
Get test-coverage data Android-only method
ENTER - Static variable in interface io.appium.java_client.AndroidKeyCode
 
ENTER - Static variable in interface io.appium.java_client.IOSKeyCode
 
ErrorCodesMobile - Class in io.appium.java_client
Defines common error codes for the mobile JSON wire protocol.
ErrorCodesMobile() - Constructor for class io.appium.java_client.ErrorCodesMobile
 
execute(String, Map<String, ?>) - Method in class io.appium.java_client.AppiumDriver
 
execute(String) - Method in class io.appium.java_client.AppiumDriver
 
execute(String) - Method in class io.appium.java_client.ComplexFind
 
execute(String, Map<String, ?>) - Method in interface io.appium.java_client.MobileDriver
 
execute(String, Map<String, ?>) - Method in class io.appium.java_client.MobileElement
 

F

fileDetector - Variable in class io.appium.java_client.MobileElement
 
findElement(SearchContext) - Method in class io.appium.java_client.MobileBy.ByAccessibilityId
 
findElement(SearchContext) - Method in class io.appium.java_client.MobileBy.ByAndroidUIAutomator
 
findElement(SearchContext) - Method in class io.appium.java_client.MobileBy.ByIosUIAutomation
 
findElement(By) - Method in class io.appium.java_client.MobileElement
 
findElementByAccessibilityId(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementByAccessibilityId(String) - Method in interface io.appium.java_client.FindsByAccessibilityId
 
findElementByAccessibilityId(String) - Method in class io.appium.java_client.MobileElement
 
findElementByAndroidUIAutomator(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementByAndroidUIAutomator(String) - Method in interface io.appium.java_client.FindsByAndroidUIAutomator
 
findElementByAndroidUIAutomator(String) - Method in class io.appium.java_client.MobileElement
 
findElementByIosUIAutomation(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementByIosUIAutomation(String) - Method in interface io.appium.java_client.FindsByIosUIAutomation
 
findElementByIosUIAutomation(String) - Method in class io.appium.java_client.MobileElement
 
findElements(SearchContext) - Method in class io.appium.java_client.MobileBy.ByAccessibilityId
 
findElements(SearchContext) - Method in class io.appium.java_client.MobileBy.ByAndroidUIAutomator
 
findElements(SearchContext) - Method in class io.appium.java_client.MobileBy.ByIosUIAutomation
 
findElements(By) - Method in class io.appium.java_client.MobileElement
 
findElementsByAccessibilityId(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementsByAccessibilityId(String) - Method in interface io.appium.java_client.FindsByAccessibilityId
 
findElementsByAccessibilityId(String) - Method in class io.appium.java_client.MobileElement
 
findElementsByAndroidUIAutomator(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementsByAndroidUIAutomator(String) - Method in interface io.appium.java_client.FindsByAndroidUIAutomator
 
findElementsByAndroidUIAutomator(String) - Method in class io.appium.java_client.MobileElement
 
findElementsByIosUIAutomation(String) - Method in class io.appium.java_client.AppiumDriver
 
findElementsByIosUIAutomation(String) - Method in interface io.appium.java_client.FindsByIosUIAutomation
 
findElementsByIosUIAutomation(String) - Method in class io.appium.java_client.MobileElement
 
FindsByAccessibilityId - Interface in io.appium.java_client
 
FindsByAndroidUIAutomator - Interface in io.appium.java_client
 
FindsByIosUIAutomation - Interface in io.appium.java_client
 

G

GET_STRINGS - Static variable in interface io.appium.java_client.MobileCommand
 
getAppStrings() - Method in class io.appium.java_client.AppiumDriver
Get all defined Strings from an Android app for the default language
getAppStrings(String) - Method in class io.appium.java_client.AppiumDriver
Get all defined Strings from an Android app for the specified language
getCenter() - Method in class io.appium.java_client.MobileElement
 
getContext() - Method in class io.appium.java_client.AppiumDriver
 
getContextHandles() - Method in class io.appium.java_client.AppiumDriver
 
getExceptionType(int) - Method in class io.appium.java_client.ErrorCodesMobile
Returns the exception type that corresponds to the given statusCode.
getExceptionType(String) - Method in class io.appium.java_client.ErrorCodesMobile
 
getNamedTextField(String) - Method in class io.appium.java_client.AppiumDriver
In iOS apps, named TextFields have the same accessibility Id as their containing TableElement.
getOrientation() - Method in class io.appium.java_client.AppiumDriver
 
getParameters() - Method in class io.appium.java_client.MultiTouchAction
 
getParameters() - Method in class io.appium.java_client.TouchAction
Get the mjsonwp parameters for this Action
getRemoteAddress() - Method in class io.appium.java_client.AppiumDriver
 

H

HIDE_KEYBOARD - Static variable in interface io.appium.java_client.MobileCommand
 
hideKeyboard() - Method in class io.appium.java_client.AppiumDriver
Hides the keyboard if it is showing.
hideKeyboard(String) - Method in class io.appium.java_client.AppiumDriver
Hides the keyboard by pressing the button specified by keyName if it is showing.
HOME - Static variable in interface io.appium.java_client.AndroidKeyCode
 

I

INSTALL_APP - Static variable in interface io.appium.java_client.MobileCommand
 
installApp(String) - Method in class io.appium.java_client.AppiumDriver
Install an app on the mobile device
io.appium.java_client - package io.appium.java_client
 
IOSKeyCode - Interface in io.appium.java_client
Some common key codes for Android Key Events
IosUIAutomation(String) - Static method in class io.appium.java_client.MobileBy
 
IS_APP_INSTALLED - Static variable in interface io.appium.java_client.MobileCommand
 
isAppInstalled(String) - Method in class io.appium.java_client.AppiumDriver
Checks if an app is installed on the device

K

KEY_EVENT - Static variable in interface io.appium.java_client.MobileCommand
 

L

LAUNCH_APP - Static variable in interface io.appium.java_client.MobileCommand
 
launchApp() - Method in class io.appium.java_client.AppiumDriver
Launch the app which was provided in the capabilities at session creation
LOCK - Static variable in interface io.appium.java_client.MobileCommand
 
lockScreen(int) - Method in class io.appium.java_client.AppiumDriver
Lock the device (bring it to the lock screen) for a given number of seconds
longPress(WebElement) - Method in class io.appium.java_client.TouchAction
Press and hold the at the center of an element until the contextmenu event has fired.
longPress(int, int) - Method in class io.appium.java_client.TouchAction
Press and hold the at an absolute position on the screen until the contextmenu event has fired.
longPress(WebElement, int, int) - Method in class io.appium.java_client.TouchAction
Press and hold the at an elements upper-left corner, offset by the given amount, until the contextmenu event has fired.

M

MENU - Static variable in interface io.appium.java_client.AndroidKeyCode
 
META_ALT_LEFT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_ALT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_ALT_RIGHT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_CAPS_LOCK_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_CTRL_LEFT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_CTRL_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_CTRL_RIGHT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_FUNCTION_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_META_LEFT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_META_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_META_RIGHT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_NUM_LOCK_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_SCROLL_LOCK_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_SHIFT_LEFT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_SHIFT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_SHIFT_RIGHT_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
META_SYM_ON - Static variable in interface io.appium.java_client.AndroidKeyMetastate
 
MissingParameterException - Exception in io.appium.java_client
 
MissingParameterException(String) - Constructor for exception io.appium.java_client.MissingParameterException
 
MissingParameterException(String, Throwable) - Constructor for exception io.appium.java_client.MissingParameterException
 
MobileBy - Class in io.appium.java_client
Created by jonahss on 4/10/14.
MobileBy() - Constructor for class io.appium.java_client.MobileBy
 
MobileBy.ByAccessibilityId - Class in io.appium.java_client
 
MobileBy.ByAccessibilityId(String) - Constructor for class io.appium.java_client.MobileBy.ByAccessibilityId
 
MobileBy.ByAndroidUIAutomator - Class in io.appium.java_client
 
MobileBy.ByAndroidUIAutomator(String) - Constructor for class io.appium.java_client.MobileBy.ByAndroidUIAutomator
 
MobileBy.ByIosUIAutomation - Class in io.appium.java_client
 
MobileBy.ByIosUIAutomation(String) - Constructor for class io.appium.java_client.MobileBy.ByIosUIAutomation
 
MobileCommand - Interface in io.appium.java_client
An empty interface defining constants for the mobile commands defined in the Mobile JSON wire protocol.
MobileDriver - Interface in io.appium.java_client
 
MobileElement - Class in io.appium.java_client
 
MobileElement(RemoteWebElement, MobileDriver) - Constructor for class io.appium.java_client.MobileElement
 
moveTo(WebElement) - Method in class io.appium.java_client.TouchAction
Move current touch to center of an element.
moveTo(int, int) - Method in class io.appium.java_client.TouchAction
Move current touch to an absolute position on the screen
moveTo(WebElement, int, int) - Method in class io.appium.java_client.TouchAction
Move current touch to an element, offset from upper left corner
MultiTouchAction - Class in io.appium.java_client
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.
MultiTouchAction(MobileDriver) - Constructor for class io.appium.java_client.MultiTouchAction
 

N

NO_SUCH_CONTEXT - Static variable in class io.appium.java_client.ErrorCodesMobile
 
NoSuchContextException - Exception in io.appium.java_client
Thrown by WebDriver.switchTo().context(String name).
NoSuchContextException(String) - Constructor for exception io.appium.java_client.NoSuchContextException
 
NoSuchContextException(String, Throwable) - Constructor for exception io.appium.java_client.NoSuchContextException
 

O

OPEN_NOTIFICATIONS - Static variable in interface io.appium.java_client.MobileCommand
 
openNotifications() - Method in class io.appium.java_client.AppiumDriver
Open the notification shade, on Android devices.

P

perform() - Method in class io.appium.java_client.MultiTouchAction
Perform the multi-touch action on the mobile driver.
perform() - Method in class io.appium.java_client.TouchAction
Perform this chain of actions on the driver.
PERFORM_MULTI_TOUCH - Static variable in interface io.appium.java_client.MobileCommand
 
PERFORM_TOUCH_ACTION - Static variable in interface io.appium.java_client.MobileCommand
 
performMultiTouchAction(MultiTouchAction) - Method in class io.appium.java_client.AppiumDriver
Performs multiple TouchAction gestures at the same time, to simulate multiple fingers/touch inputs.
performMultiTouchAction(MultiTouchAction) - Method in interface io.appium.java_client.MobileDriver
 
performTouchAction(TouchAction) - Method in class io.appium.java_client.AppiumDriver
Performs a chain of touch actions, which together can be considered an entire gesture.
performTouchAction(TouchAction) - Method in interface io.appium.java_client.MobileDriver
 
pinch(WebElement) - Method in class io.appium.java_client.AppiumDriver
Convenience method for pinching an element on the screen.
pinch(int, int) - Method in class io.appium.java_client.AppiumDriver
Convenience method for pinching an element on the screen.
press(WebElement) - Method in class io.appium.java_client.TouchAction
Press on the center of an element.
press(int, int) - Method in class io.appium.java_client.TouchAction
Press on an absolute position on the screen
press(WebElement, int, int) - Method in class io.appium.java_client.TouchAction
Press on an element, offset from upper left corner by a number of pixels
PULL_FILE - Static variable in interface io.appium.java_client.MobileCommand
 
PULL_FOLDER - Static variable in interface io.appium.java_client.MobileCommand
 
pullFile(String) - Method in class io.appium.java_client.AppiumDriver
 
pullFolder(String) - Method in class io.appium.java_client.AppiumDriver
Pull a folder from the simulator/device.
PUSH_FILE - Static variable in interface io.appium.java_client.MobileCommand
 
pushFile(String, byte[]) - Method in class io.appium.java_client.AppiumDriver
Save base64 encoded data as a file on the remote mobile device.

R

release() - Method in class io.appium.java_client.TouchAction
Remove the current touching implement from the screen (withdraw your touch)
REMOVE_APP - Static variable in interface io.appium.java_client.MobileCommand
 
removeApp(String) - Method in class io.appium.java_client.AppiumDriver
Remove the specified app from the device (uninstall)
RESET - Static variable in interface io.appium.java_client.MobileCommand
 
resetApp() - Method in class io.appium.java_client.AppiumDriver
Reset the currently running app for this session
RETURN - Static variable in interface io.appium.java_client.IOSKeyCode
 
rotate(ScreenOrientation) - Method in class io.appium.java_client.AppiumDriver
 
RUN_APP_IN_BACKGROUND - Static variable in interface io.appium.java_client.MobileCommand
 
runAppInBackground(int) - Method in class io.appium.java_client.AppiumDriver
Runs the current app as a background app for the number of seconds requested.

S

scrollTo(String) - Method in class io.appium.java_client.AppiumDriver
 
scrollTo(String) - Method in class io.appium.java_client.ComplexFind
 
scrollToExact(String) - Method in class io.appium.java_client.AppiumDriver
 
scrollToExact(String) - Method in class io.appium.java_client.ComplexFind
 
sendKeyEvent(int) - Method in class io.appium.java_client.AppiumDriver
Send a key event to the device
sendKeyEvent(int, Integer) - Method in class io.appium.java_client.AppiumDriver
Send a key event along with an Android metastate to an Android device Metastates are things like *shift* to get uppercase characters
SET_VALUE - Static variable in interface io.appium.java_client.MobileCommand
 
SETTINGS - Static variable in interface io.appium.java_client.AndroidKeyCode
 
setValue(String) - Method in class io.appium.java_client.MobileElement
 
shake() - Method in class io.appium.java_client.AppiumDriver
Simulate shaking the device This is an iOS-only method
SHAKE - Static variable in interface io.appium.java_client.MobileCommand
 
SPACE - Static variable in interface io.appium.java_client.AndroidKeyCode
 
SPACE - Static variable in interface io.appium.java_client.IOSKeyCode
 
swipe(int, int, int, int, int) - Method in class io.appium.java_client.AppiumDriver
Convenience method for swiping across the screen

T

tap(int, WebElement, int) - Method in class io.appium.java_client.AppiumDriver
Convenience method for tapping the center of an element on the screen
tap(int, int, int, int) - Method in class io.appium.java_client.AppiumDriver
Convenience method for tapping a position on the screen
tap(WebElement) - Method in class io.appium.java_client.TouchAction
Tap the center of an element.
tap(int, int) - Method in class io.appium.java_client.TouchAction
Tap an absolute position on the screen
tap(WebElement, int, int) - Method in class io.appium.java_client.TouchAction
Tap an element, offset from upper left corner
toStatusCode(Throwable) - Method in class io.appium.java_client.ErrorCodesMobile
Converts a thrown error into the corresponding status code.
toString() - Method in class io.appium.java_client.MobileBy.ByAccessibilityId
 
toString() - Method in class io.appium.java_client.MobileBy.ByAndroidUIAutomator
 
toString() - Method in class io.appium.java_client.MobileBy.ByIosUIAutomation
 
TouchAction - Class in io.appium.java_client
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.
TouchAction(MobileDriver) - Constructor for class io.appium.java_client.TouchAction
 

W

waitAction() - Method in class io.appium.java_client.TouchAction
A wait action, used as a NOP in multi-chaining
waitAction(int) - Method in class io.appium.java_client.TouchAction
Waits for specified amount of time to pass before continue to next touch action

Z

zoom(WebElement) - Method in class io.appium.java_client.AppiumDriver
Convenience method for "zooming in" on an element on the screen.
zoom(int, int) - Method in class io.appium.java_client.AppiumDriver
Convenience method for "zooming in" on an element on the screen.

A B C D E F G H I K L M N O P R S T W Z

Copyright © 2014. All rights reserved.