@@ -59,6 +59,15 @@ For example, some changes in the Selenium binding could break the Appium client.
5959> to keep compatible version combinations.
6060
6161
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+
6271# ## Quick migration guide from v2 to v3
6372- ` options` keyword argument in the ` webdriver.Remote` constructor such as ` XCUITestOptions` instead of ` desired_capabilities`
6473 - 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.
8392 - Added ` strict_ssl` to relax SSL errors such as self-signed ones
8493- Deprecated
8594 - ` 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
9295 - ` launch_app` , ` close_app` , and ` reset` are deprecated. Please read [issues#15807](https://github.com/appium/appium/issues/15807) for more details
9396
9497# ### MultiAction/TouchAction to W3C actions
0 commit comments