get_locators
Generate ranked Playwright locators with reliability scores for specific webpage elements to support test automation.
Instructions
Get all possible Playwright locators for a specific element on a webpage. Returns ranked locators with reliability scores. Use this when user asks for locators for a specific element.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to analyze | |
| elementDescription | Yes | Description of the element (e.g., 'login button', 'username input', 'submit form', 'email field') |