File tree 5 files changed +30
-123
lines changed
src/main/java/io/appium/java_client 5 files changed +30
-123
lines changed Original file line number Diff line number Diff line change 41
41
* "execution group", so these can be used to sync up complex actions.
42
42
* Calling perform() sends the action command to the Mobile Driver. Otherwise, more and
43
43
* 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.
44
53
*/
54
+ @ Deprecated
45
55
public class MultiTouchAction implements PerformsActions <MultiTouchAction > {
46
56
47
57
private ImmutableList .Builder <TouchAction > actions ;
Original file line number Diff line number Diff line change 21
21
22
22
23
23
/**
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.
32
34
*/
33
35
@ Deprecated
34
36
public class AndroidTouchAction extends TouchAction <AndroidTouchAction > {
Original file line number Diff line number Diff line change 23
23
import io .appium .java_client .touch .offset .PointOption ;
24
24
25
25
/**
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.
34
36
*/
35
37
@ Deprecated
36
38
public 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