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