Not able to swipe to particular element using movetoelement For Native app using nightwatch.js #3855
Unanswered
Naveen0878
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not able to swipe to a particular element in nightwatch for Native app. Methods which I used for swipe to element.
app.moveTo(element,536,1336);
app.moveToElement(element,10,10);
Could you please advice on how to swipe to a element in nightwatch.js
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions