Command to scroll horizontally
The existing scroll command supports vertical scrolling, do we need to parameterise this command/use the SwipeCommand to imitate horizontal scrolling?
Hello, You can use the swipe command : https://maestro.mobile.dev/reference/scroll-and-swipe
- swipe: # This command swipes from point (x:100, y:500) to point (x: 300, y:500). Units are in pixels
start: 100, 500 end: 300, 500`
Or, what you ask for, is a simpler command "swipe" without parameter, like scroll ?
(but it could be nice to specify direction, "scroll down", "scroll up", "swipe left", "swipe right")
Agree that having a DSL-like command for swiping makes sense
Agree that having a DSL-like command for swiping makes sense
Some other gestures we need : onDoubleTap dragging zoomIn/Out
It is now possible to swipe left and right: https://maestro.mobile.dev/reference/scroll-and-swipe
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. Thank you for helping keep us our issue tracker clean!