We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
via Appium helper I try to do a swipe down but the speed is not recognised
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) {
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 90 days with no activity.
Sorry, something went wrong.
No branches or pull requests
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
but the resulting function call does not use the speed and only uses the default values
Details
The text was updated successfully, but these errors were encountered: