inspect-and-tap
Locate and interact with mobile app elements by inspecting and tapping using optimal locator strategies, enhancing automation efficiency and accuracy.
Instructions
Inspect an element using one locator, then tap using the best available locator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
preferredOrder | No | Preferred order of locator strategies to try (e.g., ['id', 'accessibilityId', 'xpath']) | |
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) |