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.
  • Constructor Details

    • AndroidTouchAction

      public AndroidTouchAction(PerformsTouchActions performsTouchActions)
      Deprecated.