CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Appium helper swipe action does not recognise provided speed

Open thomast74 opened this issue 1 year ago • 1 comments

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:

thomast74 avatar Feb 21 '24 15:02 thomast74

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

github-actions[bot] avatar May 22 '24 02:05 github-actions[bot]