search_registry
Search a registry of element locators to find matching entries by tag name, test ID, text, or confidence level.
Instructions
Search a registry by tagName, testId, text, or confidence. Returns matching entries only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scanName | Yes | Registry filename without .json. | |
| tagName | No | Filter by HTML tag name. | |
| testId | No | Filter by data-testid (substring match). | |
| text | No | Filter by direct text (substring match). | |
| confidence | No | Filter by locator confidence. |