fill_by_label
Fills a form field by its label text, compatible with React, Vue, and Angular. Lists available labels if the specified field is not found.
Instructions
Fill a form field by its label text. Finds the input/textarea associated with the label and fills it. Works with React/Vue/Angular apps. On failure, lists available field labels for debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label text of the field (case-insensitive partial match) | |
| value | Yes | Value to fill in | |
| browser | No | 'safari' or 'chrome' (defaults to Safari) |