self_heal_selector
Find the best matching element when a selector fails, using fuzzy matching on text, role, and attributes.
Instructions
🆕 Find the best matching element when a selector fails, using fuzzy matching on text, role, and attributes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleHint | No | Expected role (button, link, input, etc) | |
| textHint | No | Text content hint for fuzzy matching | |
| failedSelector | Yes | The selector that failed |