generate-element-locators
Create multiple locators for mobile app elements using Appium, enabling efficient automation testing by specifying base selectors and strategies like xpath, id, or accessibility id.
Instructions
Generate multiple types of locators for an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | Base selector to find the element (e.g., xpath) | |
strategy | No | Base selector strategy: xpath, id, accessibility id, class name (default: xpath) |