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

Appium helper swipe action does not recognise provided speed #4212

Open
thomast74 opened this issue Feb 21, 2024 · 1 comment
Open

Appium helper swipe action does not recognise provided speed #4212

thomast74 opened this issue Feb 21, 2024 · 1 comment
Labels

Comments

@thomast74
Copy link

What are you trying to achieve?

via Appium helper I try to do a swipe down but the speed is not recognised

What do you get instead?

Appium receives a default value for speed of 600.

Looking in the helper/Appium.js the speed is handed over into

async swipe(locator, xoffset, yoffset, speed = 1000) {

but the resulting function call does not use the speed and only uses the default values

async performSwipe(from, to) {

Details

  • CodeceptJS version: 3.5.14
  • NodeJS Version: v18.19.0
  • Operating System: MacOS
  • webdriverio: 8.32.2
  • Configuration file:
Copy link

This issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant