browser_find
Find page controls by matching text substring or regexp against name, value, or role, and get back their ref identifiers for further automation.
Instructions
Search the current page snapshot for controls whose name/value/role matches a text substring or a regexp, returning each match's ref (eN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Case-insensitive substring to match against a control's name/value/role. | |
| regexp | No | A JavaScript regular expression source to match against a control's name/value/role. |