Package io.appium.java_client.ios
Class IOSTouchAction
- All Implemented Interfaces:
PerformsActions<IOSTouchAction>
Deprecated.
Touch actions are deprecated.
Please use W3C Actions instead or the corresponding
extension methods for the driver (if available).
Check
- https://www.youtube.com/watch?v=oAJ7jwMNFVU
- https://appiumpro.com/editions/30-ios-specific-touch-action-methods
- https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
for more details.
iOS-specific touch action.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.appium.java_client.TouchAction
TouchAction.ActionParameter -
Field Summary
Fields inherited from class io.appium.java_client.TouchAction
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleTap(PointOption doubleTapOption) Deprecated.Double taps using coordinates.press(IOSPressOptions pressOptions) Deprecated.Press action on the screen.Methods inherited from class io.appium.java_client.TouchAction
cancel, clearParameters, getParameters, longPress, longPress, moveTo, perform, press, release, tap, tap, waitAction, waitAction
-
Constructor Details
-
IOSTouchAction
Deprecated.
-
-
Method Details
-
doubleTap
Deprecated.Double taps using coordinates.- Parameters:
doubleTapOption- seePointOptionandElementOption..- Returns:
- self-reference
-
press
Deprecated.Press action on the screen.- Parameters:
pressOptions- seeIOSPressOptions- Returns:
- this TouchAction, for chaining.
-