find_by_label
Locate input fields by their label text to get a reference and match count, enabling targeted form automation in stealth browsing.
Instructions
Find input element by its label text (). Returns ref + how many matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label text (e.g. 'Email', 'Password') | |
| within | No | Limit the search: "@dialog", "ref:e5", or a CSS selector. |