We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de8f77 commit 508ec63Copy full SHA for 508ec63
CHANGELOG.md
@@ -9,6 +9,13 @@ Read `release_notes.md` for commit level details.
9
### Bug fixes
10
11
### Deprecations
12
+- Removed deprecated methods
13
+ - `launch_app`, `close_app` and `reset`
14
+ - Please use `activate_app`, `terminate_app`, or launch/activate/terminate commands by `mobile:` command
15
+ - `TouchActions`, `MultiActions`
16
+ - Please refer to W3C WebDriver actions
17
+ - https://www.rubydoc.info/gems/appium_lib_core/Appium/Core/Base/Bridge#action-instance_method
18
+ - `immediate_value` and `replace_value`
19
20
## [7.5.0] - 2024-02-21
21
- Remove upper limitation in `selenium-webdriver`
0 commit comments