browse
Find a page element that matches your intent and, when the safety gate permits, perform the requested action on it. Set min_confidence to control acceptance.
Instructions
Find the element matching an intent and, if the gate allows it, act on it.
Returns the gate verdict (auto / review / blocked), the confidence, the
target element and its Playwright selector. Only ``auto`` decisions are
executed. On large pages even precise intents score 0.8-0.95, so pass
``min_confidence`` to set your own bar; risky patterns and the
deterministic checks still apply and cannot be overridden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | ||
| action | No | click | |
| intent | Yes | ||
| min_confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |