Performs swipe/drag movements with direction, custom coordinates, or presets.
- Executes swipe gestures on screen
- Supports directional swipes (up, down, left, right)
- Includes presets for common Instagram actions
- Can use custom start/end coordinates
| Option | Type | Description |
|---|
| Swipe Type | Select | direction, preset, custom, or drag |
| Direction | Select | up, down, left, right |
| Steps | Number | Swipe speed (more steps = slower) |
| Preset | Select | 9 presets: scroll_feed_up, scroll_feed_down, next_story, previous_story, dismiss_modal, next_reel, previous_reel, swipe_carousel_next, swipe_carousel_prev |
| Use Percentage | Boolean | Use percentage coordinates (default: true) |
| Start X/Y (%) | Number | Start position as percentage (0-100%) |
| End X/Y (%) | Number | End position as percentage (0-100%) |
| Start X/Y (px) | Number | Start position in pixels |
| End X/Y (px) | Number | End position in pixels |
| Duration | Number | Swipe duration in milliseconds (1-5000) |
| Wait After | Number | Seconds to wait after swipe (default: 0.5) |
| Preset | Action |
|---|
| scroll_feed_up | Scroll feed upward (see older posts) |
| scroll_feed_down | Scroll feed downward (refresh/newer) |
| next_story | Advance to next story |
| previous_story | Go back to previous story |
| dismiss_modal | Swipe down to close modal |
| next_reel | Swipe to next Reel |
| previous_reel | Swipe to previous Reel |
| swipe_carousel_next | Next image in carousel |
| swipe_carousel_prev | Previous image in carousel |
- Scrolling through feed or profiles
- Navigating stories and Reels
- Browsing carousel posts
- Dismissing modals and popups