inspect-and-tap
Inspect mobile app elements using locators and tap them with optimal strategies for automation testing.
Instructions
Inspect an element using one locator, then tap using the best available locator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Base selector to find the element (e.g., text content) | |
| strategy | No | Initial strategy to locate element: xpath, id, accessibility id, text (default: xpath) | |
| preferredOrder | No | Preferred order of locator strategies to try (e.g., ['id', 'accessibilityId', 'xpath']) |