record_session
Record a web workflow as a video by executing steps with built-in video capture.
Instructions
Record a workflow as video. Executes steps while recording with Playwright's built-in video capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open | |
| steps | Yes | Steps to execute (same format as interact_and_test). | |
| project | No | Project name (optional). With a project: runs in its shared, authenticated context. Without: runs in an isolated context (no shared cookies/login). |