- 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.
- PLATFORM_NAME - Static variable in interface io.appium.java_client.remote.MobileCapabilityType
-
- PLATFORM_VERSION - Static variable in interface io.appium.java_client.remote.MobileCapabilityType
-
- 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
- PRESS_KEY - Static variable in interface io.appium.java_client.remote.HideKeyboardStrategy
-
- 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.