generate-element-locators
Create multiple locator types for mobile app elements to enhance test automation reliability and flexibility in Appium-based testing.
Instructions
Generate multiple types of locators for an element
Input Schema
TableJSON 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) |