Skip to content
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

docs: update links #944

Merged
merged 1 commit into from
Dec 25, 2023
Merged

docs: update links #944

merged 1 commit into from
Dec 25, 2023

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Dec 24, 2023

http://appium.io/docs/en/commands/interactions/actions/ returns 404.

selenium documentation has actions api right now. This lib's README has MultiAction/TouchAction to W3C actions thus at least we can replace the 404 link to the README.

cc @Dor-bl

@@ -33,7 +33,7 @@
class MultiAction:
"""
deprecated:: 2.0.0
Please use W3C actions instead: http://appium.io/docs/en/commands/interactions/actions/
Please use W3C actions instead: https://github.com/appium/python-client?tab=readme-ov-file#multiactiontouchaction-to-w3c-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or 'mobile:' extensions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actual replacement is W3C actions for the touch actions APIs. The mobile extension is possible alternative (could be not equivalent behavior) thus I think actions api is sufficient as API documentation.
README includes the alternative as well though as part of migration guide.

@@ -37,7 +37,7 @@
class TouchAction:
"""
deprecated:: 2.0.0
Please use W3C actions instead: http://appium.io/docs/en/commands/interactions/actions/
Please use W3C actions instead: https://github.com/appium/python-client?tab=readme-ov-file#multiactiontouchaction-to-w3c-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or 'mobile:'  extensions?

@KazuCocoa KazuCocoa merged commit 39a89c8 into master Dec 25, 2023
17 checks passed
@KazuCocoa KazuCocoa deleted the links branch December 25, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants