find_inputs
Locate all input fields on a webpage, including shadow DOM, by scanning light DOM and open shadow roots. Supports filtering by type or ARIA role.
Instructions
Find all input fields on the page - including shadow DOM.
Walks both the light DOM and every open shadow root. Recognises
``<input>``, ``<textarea>``, ``role=textbox/searchbox/combobox``,
``[contenteditable="true"]`` and custom elements whose tag name
suggests an input (contains "input" or "field"). ``filter_type``
is a case-insensitive substring match against the input's type
attribute or ARIA role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |