Act on page element
browser_actPerform atomic high-level browser actions—click, fill, press, and select—on a tab using snapshot refs or selectors.
Instructions
Perform one atomic high-level action. Prefer a ref from the latest browser_snapshot. Clicks run a complete CDP mouse sequence inside one request; press supports common navigation keys; select is for native controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Required for press, for example ArrowDown, Enter, Escape, Tab, or a single character. | |
| ref | No | Short-lived ref from the latest browser_snapshot on the same tab. | |
| kind | Yes | ||
| tabId | Yes | ||
| value | No | Required for fill; accepted as one value for select. | |
| values | No | Values or labels for native select. | |
| selector | No | Compatibility fallback when no snapshot ref is available. | |
| confirmed | No | Set true only after explicit user confirmation for a potentially submitting click. |