CodeceptJS
CodeceptJS copied to clipboard
Appium helper swipe action does not recognise provided speed
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:
This issue is stale because it has been open for 90 days with no activity.