Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f038c28

Browse files
authoredFeb 24, 2024··
move the description from v1 to v2 to v3 to v4
1 parent 6db9e15 commit f038c28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ For example, some changes in the Selenium binding could break the Appium client.
6161

6262
### Quick migration guide from v3 to v4
6363
- 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
6571

6672
### Quick migration guide from v2 to v3
6773
- `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.
8793
- Added `strict_ssl` to relax SSL errors such as self-signed ones
8894
- Deprecated
8995
- `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
9696
- `launch_app`, `close_app`, and `reset` are deprecated. Please read [issues#15807](https://github.com/appium/appium/issues/15807) for more details
9797

9898
#### MultiAction/TouchAction to W3C actions

0 commit comments

Comments
 (0)
Please sign in to comment.