find_by_placeholder
Locate input fields by placeholder text to get their reference and match count. Helps target form elements for automation.
Instructions
Find input by placeholder text. Returns ref + how many matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| within | No | Limit the search: "@dialog", "ref:e5", or a CSS selector. | |
| placeholder | Yes |