act_on
Resolve a unique visible element by reference or accessible meaning, perform a single interaction like click or set_value, and return an observation receipt—all in one governed call. Ambiguous matches are reported without acting.
Instructions
Resolve one visible element by ref or accessible meaning, perform one action, and return a bounded observation receipt. Use this when the target should be unique and you want to avoid a separate find, action, and wait loop. Ambiguous semantic matches are reported without acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID containing the target. Use tabs_context first if you do not have one. | |
| value | No | Value for set_value only. | |
| action | Yes | One interaction to perform after unique target resolution. | |
| expect | No | Optional postcondition. Provide exactly one of selector or text; the action and observation remain one governed call. | |
| target | Yes | Exactly one of ref, query, or name. A semantic tie is returned without acting. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| candidates | No | ||
| provenance | No | ||
| interactionReceipt | No |