browser_find
Find visible interactive elements by text, placeholder, label, or type. Returns CSS selectors for direct actions like click or type.
Instructions
Find VISIBLE interactive elements whose text / placeholder / label / type contains
query — the escape hatch when browser_snapshot is all 'generic' (no usable [ref=eN]).
Returns a list of matches, each with a css selector you act on via the ref slot, e.g.
browser_click(ref="css=...") or browser_type(ref="css=...", text=...).
Example: browser_find("verification code") -> the OTP input + its css ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| session_id | No |