File tree Expand file tree Collapse file tree
src/main/java/io/appium/java_client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 * "execution group", so these can be used to sync up complex actions.
4242 * Calling perform() sends the action command to the Mobile Driver. Otherwise, more and
4343 * more actions can be chained.
44+ *
45+ * @deprecated Touch actions are deprecated.
46+ * Please use W3C Actions instead or the corresponding
47+ * extension methods for the driver (if available).
48+ * Check
49+ * - https://www.youtube.com/watch?v=oAJ7jwMNFVU
50+ * - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
51+ * - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
52+ * for more details.
4453 */
54+ @ Deprecated
4555public class MultiTouchAction implements PerformsActions <MultiTouchAction > {
4656
4757 private ImmutableList .Builder <TouchAction > actions ;
Original file line number Diff line number Diff line change 2121
2222
2323/**
24- * Touch actions are deprecated.
25- * Please use W3C Actions instead or the corresponding
26- * extension methods for the driver (if available).
27- * Check
28- * - https://www.youtube.com/watch?v=oAJ7jwMNFVU
29- * - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
30- * - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
31- * for more details.
24+ * Android-specific touch action.
25+ *
26+ * @deprecated Touch actions are deprecated.
27+ * Please use W3C Actions instead or the corresponding
28+ * extension methods for the driver (if available).
29+ * Check
30+ * - https://www.youtube.com/watch?v=oAJ7jwMNFVU
31+ * - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
32+ * - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
33+ * for more details.
3234 */
3335@ Deprecated
3436public class AndroidTouchAction extends TouchAction <AndroidTouchAction > {
Original file line number Diff line number Diff line change 2323import io .appium .java_client .touch .offset .PointOption ;
2424
2525/**
26- * Touch actions are deprecated.
27- * Please use W3C Actions instead or the corresponding
28- * extension methods for the driver (if available).
29- * Check
30- * - https://www.youtube.com/watch?v=oAJ7jwMNFVU
31- * - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
32- * - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
33- * for more details.
26+ * iOS-specific touch action.
27+ *
28+ * @deprecated Touch actions are deprecated.
29+ * Please use W3C Actions instead or the corresponding
30+ * extension methods for the driver (if available).
31+ * Check
32+ * - https://www.youtube.com/watch?v=oAJ7jwMNFVU
33+ * - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
34+ * - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
35+ * for more details.
3436 */
3537@ Deprecated
3638public class IOSTouchAction extends TouchAction <IOSTouchAction > {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments