browser_video_save
Direct active page's session recording to a specified .webm path, finalizing on page or browser close. Without a path, returns pending video location.
Instructions
Direct the active page's session recording to a specific output path (requires the session to have been started with recordVideo). The .webm finalizes when the page or browser closes. Without a path, returns the pending video location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target .webm path. If omitted, returns the auto-generated pending path. |