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