@@ -59,6 +59,15 @@ For example, some changes in the Selenium binding could break the Appium client.
59
59
> to keep compatible version combinations.
60
60
61
61
62
+ # ## Quick migration guide from v3 to v4
63
+ - Removal
64
+ - ` MultiAction` and ` TouchAction` are removed. Please use W3C WebDriver actions or ` mobile:` extensions
65
+ - [appium/webdriver/extensions/action_helpers.py](appium/webdriver/extensions/action_helpers.py)
66
+ - https://www.selenium.dev/documentation/webdriver/actions_api/
67
+ - https://www.youtube.com/watch? v=oAJ7jwMNFVU
68
+ - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
69
+ - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
70
+
62
71
# ## Quick migration guide from v2 to v3
63
72
- ` options` keyword argument in the ` webdriver.Remote` constructor such as ` XCUITestOptions` instead of ` desired_capabilities`
64
73
- Available options are https://github.com/appium/python-client/tree/master/appium/options
@@ -83,12 +92,6 @@ For example, some changes in the Selenium binding could break the Appium client.
83
92
- Added ` strict_ssl` to relax SSL errors such as self-signed ones
84
93
- Deprecated
85
94
- ` MultiAction` and ` TouchAction` are deprecated. Please use W3C WebDriver actions or ` mobile:` extensions
86
- - e.g.
87
- - [appium/webdriver/extensions/action_helpers.py](appium/webdriver/extensions/action_helpers.py)
88
- - https://www.selenium.dev/documentation/webdriver/actions_api/
89
- - https://www.youtube.com/watch? v=oAJ7jwMNFVU
90
- - https://appiumpro.com/editions/30-ios-specific-touch-action-methods
91
- - https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
92
95
- ` launch_app` , ` close_app` , and ` reset` are deprecated. Please read [issues#15807](https://github.com/appium/appium/issues/15807) for more details
93
96
94
97
# ### MultiAction/TouchAction to W3C actions
0 commit comments