Element Swipe
Swipes from an element’s center (Point A) to specified coordinates (Point B).
What It Does
Section titled “What It Does”- Locates an element on screen
- Starts swipe from element’s center
- Ends swipe at specified destination
Configuration Options
Section titled “Configuration Options”| Option | Type | Description |
|---|---|---|
| Element Type | Select | preset or custom |
| Preset Element | Select | 13 source element presets |
| Resource ID | Text | Custom source element resource ID |
| Text | Text | Source element text |
| Description | Text | Source element description |
| Class Name | Text | Source element class name |
| Destination Type | Select | preset, percentage, or pixels |
| Destination Preset | Select | 7 destination presets |
| End X/Y (%) | Number | End position as percentage |
| End X/Y (px) | Number | End position in pixels |
| Duration | Number | Swipe duration in milliseconds |
| Wait After | Number | Seconds to wait after swipe (default: 0.5) |
When to Use
Section titled “When to Use”- Dragging elements to specific positions
- Slider interactions
- Custom swipe gestures starting from UI elements