Clicks on a media item from a profile’s grid.
- Detects media items in profile grid
- Selects item based on mode (random, first, last, index)
- Opens the selected post
- Verifies post opened successfully
| Option | Type | Description |
|---|
| Selection Mode | Select | random, first, last, or index |
| Index | Number | Specific item index (0-based, for “index” mode) |
| Wait After | Number | Seconds to wait after selection (default: 2.0) |
| Verify Opened | Boolean | Confirm post opened successfully (default: true) |
| Mode | Behavior |
|---|
| random | Picks a random visible media item |
| first | Picks the first (top-left) item |
| last | Picks the last visible item |
| index | Picks specific item by position |
- XML Optimization: Fast detection using screen XML
- Size Validation: Ignores items smaller than 150x150px
- Open Verification: Checks for post header and interaction buttons
- After navigating to a profile
- Before Like Post or Comment Post
- For content engagement workflows