Skip to content

Commit 4bc118b

Browse files
committed
docs: update readme
1 parent 1a54fe9 commit 4bc118b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The version only works in W3C WebDriver protocol format.
1818
If you would like to use the old protocol (MJSONWP), please use v1 Appium Python client.
1919

2020
### Quick migration guide from v1 to v2
21-
- Update base Selenium Python binding version to v4
22-
- Removed `forceMjsonwp` since Selenium v4/this vlient v2 expect only W3C WebDriver protocol
21+
- Updated base Selenium Python binding version to v4
22+
- Removed `forceMjsonwp` since Selenium v4 abd Appium Python client v2 expect only W3C WebDriver protocol
2323
- Methods `ActionHelpers#scroll`, `ActionHelpers#drag_and_drop`, `ActionHelpers#tap`, `ActionHelpers#swipe` and `ActionHelpers#flick` now call W3C actions as its backend
24-
- Adds `strict_ssl` to relax SSL error such as self-signed ones
24+
- Added `strict_ssl` to relax SSL error such as self-signed ones
2525
- Deprecated
2626
- `MultiAction` and `TouchAction` are deprecated. Please use W3C WebDriver actions.
2727
- e.g.
@@ -30,6 +30,7 @@ If you would like to use the old protocol (MJSONWP), please use v1 Appium Python
3030
- https://www.youtube.com/watch?v=oAJ7jwMNFVU
3131
- https://appiumpro.com/editions/30-ios-specific-touch-action-methods
3232
- https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api
33+
- `launch_app`, `close_app` and `reset` are deprecated. Please read [issues#15807](https://github.com/appium/appium/issues/15807) for more details
3334

3435
## Getting the Appium Python client
3536

0 commit comments

Comments
 (0)