screencast_start
Start recording a video of the current page viewport, saving to a file in the downloads directory. Returns a recording ID for later stopping; supports multiple concurrent recordings.
Instructions
Start recording a screencast (video) of the current page viewport, saving the output to a file in the downloads directory. Returns a screencast id to pass to screencast_stop. Multiple recordings can run at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Width of the recorded video in pixels. Defaults to the viewport width. | |
| height | No | Height of the recorded video in pixels. Defaults to the viewport height. | |
| context | No | Id of the top-level browsing context to record. Defaults to the currently selected page. | |
| mimeType | No | MIME type of the output file. Defaults to "video/webm". | |
| frameRate | No | Target frame rate of the recording, in frames per second. |