Class 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 Detail

      • AndroidTouchAction

        public AndroidTouchAction​(PerformsTouchActions performsTouchActions)
        Deprecated.