capture-ui-locators
Extract and store UI element locators for mobile app automation testing using Appium. Filter by element type, refresh page source, and save results to files.
Instructions
Capture all UI elements and their locators for future use
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementType | No | Filter elements by type (e.g., android.widget.Button) | |
| saveToFile | No | Whether to save the locators to a file | |
| refreshSource | No | Whether to refresh page source before capture |