Package io.appium.java_client.android
Class AndroidTouchAction
- java.lang.Object
-
- io.appium.java_client.TouchAction<AndroidTouchAction>
-
- io.appium.java_client.android.AndroidTouchAction
-
- All Implemented Interfaces:
PerformsActions<AndroidTouchAction>
@Deprecated public class AndroidTouchAction extends TouchAction<AndroidTouchAction>
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.Android-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 AndroidTouchAction(PerformsTouchActions performsTouchActions)
Deprecated.
-
Method Summary
-
Methods inherited from class io.appium.java_client.TouchAction
cancel, clearParameters, getParameters, longPress, longPress, moveTo, perform, press, release, tap, tap, waitAction, waitAction
-
-
-
-
Constructor Detail
-
AndroidTouchAction
public AndroidTouchAction(PerformsTouchActions performsTouchActions)
Deprecated.
-
-