codeceptjs / CodeceptJS

Supercharged End 2 End Testing Framework for NodeJS
http://codecept.io
MIT License
4.08k stars 718 forks source link

Appium helper swipe action does not recognise provided speed #4212

Open thomast74 opened 5 months ago

thomast74 commented 5 months ago

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

github-actions[bot] commented 2 months ago

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