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

fix: update WDIO generated code for tap/swipe actions #1541

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

eglitise
Copy link
Collaborator

The currently generated code for WDIO tap and swipe actions still relies on TouchActions, which were removed in WDIO v8. This PR updates the generated code to use the action command.
Since the command was only added in WDIO v8, all generated code now also required WDIO v8.
Related to #1538.

@github-actions github-actions bot added the fix This resolves a user-facing problem label Jul 15, 2024
@eglitise eglitise merged commit f75d33d into appium:main Jul 15, 2024
6 checks passed
@eglitise eglitise deleted the fix-js-tap-swipe-generation branch July 15, 2024 08:38
laib3 pushed a commit to laib3/appium-inspector that referenced this pull request Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix This resolves a user-facing problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant