browser_workflow_save
Persist auto-traced browser actions from the current session as a named workflow for replay and automation on the same origin.
Instructions
Persist the current session's auto-traced actions as a named workflow for this origin. The trace is built from successful click/type/navigate/etc. calls since session_start. Overwrites if (origin, name) exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| origin | No | Defaults to the trace's first observed origin. |