extract-locators
Extract mobile app UI element locators from XML source to identify components for automation testing with Appium.
Instructions
Extract element locators from UI XML source
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xmlSource | Yes | XML source to analyze | |
| elementType | No | Filter elements by type (e.g., android.widget.Button) | |
| maxResults | No | Maximum number of elements to return |