Tap Element
Taps a screen element by selector or preset Instagram UI elements.
What It Does
Section titled “What It Does”- Finds and taps specific UI elements
- Uses resource IDs, text, or descriptions to locate elements
- Includes 24 presets for common Instagram buttons
Configuration Options
Section titled “Configuration Options”| Option | Type | Description |
|---|---|---|
| Element Type | Select | preset or custom |
| Preset Element | Select | 24 options including: home_tab, search_tab, reels_tab, activity_tab, profile_tab, like_button, comment_button, share_button, save_button, follow_button, message_button, edit_profile_button, back_button, close_button, more_options, story_ring, dm_button, camera_button |
| Resource ID | Text | Custom element resource ID |
| Text | Text | Element text content |
| Description | Text | Element content description |
| Class Name | Text | Element class name |
| Wait After | Number | Seconds to wait after tap (default: 1) |
When to Use
Section titled “When to Use”- Tapping Instagram navigation tabs
- Interacting with buttons (like, comment, follow, etc.)
- Custom element interactions
Example
Section titled “Example”To tap the Home tab:
- Element Type: `preset
- **Preset Element:** `home_tab