You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Google travelers, this is the right way to use the method:
I.performSwipe({x: 360,y: 180},{x: 180,y: 180});
Coordinates are of course examples, need to adjust them for your use-case. For me, swipeLeft/swipeRight etc. do not work at all, so I was very happy to get this method to work, even if it is less clean and less stable than swiping an element by a selector.
Activity
raschmitt commentedon Mar 2, 2020
Totally agree on this, we need better documentation for this method.
TomasHubelbauer commentedon Jan 18, 2022
For Google travelers, this is the right way to use the method:
Coordinates are of course examples, need to adjust them for your use-case. For me,
swipeLeft
/swipeRight
etc. do not work at all, so I was very happy to get this method to work, even if it is less clean and less stable than swiping an element by a selector.