-
Notifications
You must be signed in to change notification settings - Fork 189
chore: add deprecations for TouchAction and MultiAction #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we raise deprecation warnings rather than removing them as the initial v5 release? Appium still can accept them (but they will be removed eventually). As clients, it would be nice to remove deprecated methods after showing warnings about them |
ok. will do |
Revert "chore: add deprecations for TouchAction and MultiAction" This reverts commit 13c9383.
@KazuCocoa @akinsolb, I have minor thing to change. please wait with the Review |
@KazuCocoa @akinsolb feel free to review. I'm done with the fixes |
Change list
touch Actions are no longer supported on selenium v4
users should use the W3C actions: http://appium.io/docs/en/commands/interactions/actions/
related to: appium/appium#16009
** Since this deprecation is going to version 5.0, I haven't saw a point in adding obsolete messages and keeping them for another release
Types of changes
What types of changes are you proposing/introducing to .NET client?
Put an
x
in the boxes that applyDocumentation
This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example
Integration tests
Details
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub