Skip to content

Commit e89966c

Browse files
authored
docs: Remove the Deprecated Methods section (#834)
1 parent edb77ee commit e89966c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ For example, some changes in the Selenium binding could break the Appium client.
3535
> Regardless, moving to appium 2.x is highly recommended since appium 1.x is no longer maintained. <br/>
3636
> For more details about how to migrate to 2.x, see the following link : [appium 2.x migrating](https://appium.github.io/appium/docs/en/2.0/guides/migrating-1-to-2/)
3737
38-
### Deprecated Methods
39-
40-
> [!CAUTION]
41-
> - `MultiAction` and `TouchAction` are deprecated. Please use W3C WebDriver actions or mobile: extensions.
42-
> - `LaunchApp`, `CloseApp`, and `reset` are deprecated, please read each deprecation message as an alternative method.
43-
> - The `ReplaceValue` method is deprecated and will be removed in future versions. Please use the following command extensions: 'mobile: replaceElementValue' instead.
44-
> - The `SetImmediateValue` method is deprecated and will be removed in future versions. Please use 'SendKeys' instead.
45-
4638
#### Additional Information
4739
W3C Actions: https://www.selenium.dev/documentation/webdriver/actions_api <br/>
4840
App management: Please read [issue #15807](https://github.com/appium/appium/issues/15807) for more details

0 commit comments

Comments
 (0)