Swipe Command
Purpose: Performs a swipe action in a specified direction. This is useful for testing swiping interactions within carousels, galleries, or scrollable containers.
Syntax:
swipe: direction
Supported Directions: left, right
Example: To swipe left:
swipe: left
This command allows testers to mimic swipe gestures in their scripts, supporting UI interactions involving horizontal movement.
Last updated