Package io.appium.java_client.ios
Class IOSTouchAction
- java.lang.Object
-
- io.appium.java_client.TouchAction<IOSTouchAction>
-
- io.appium.java_client.ios.IOSTouchAction
-
- All Implemented Interfaces:
PerformsActions<IOSTouchAction>
@Deprecated public class IOSTouchAction extends TouchAction<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 Constructor Description IOSTouchAction(PerformsTouchActions performsTouchActions)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IOSTouchAction
doubleTap(PointOption doubleTapOption)
Deprecated.Double taps using coordinates.IOSTouchAction
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 Detail
-
IOSTouchAction
public IOSTouchAction(PerformsTouchActions performsTouchActions)
Deprecated.
-
-
Method Detail
-
doubleTap
public IOSTouchAction doubleTap(PointOption doubleTapOption)
Deprecated.Double taps using coordinates.- Parameters:
doubleTapOption
- seePointOption
andElementOption
..- Returns:
- self-reference
-
press
public IOSTouchAction press(IOSPressOptions pressOptions)
Deprecated.Press action on the screen.- Parameters:
pressOptions
- seeIOSPressOptions
- Returns:
- this TouchAction, for chaining.
-
-