stop_recording_screen
Stop an active screen recording and retrieve the captured video. Returns the video as base64 or uploads it to a specified remote destination.
Instructions
Stop the current screen recording and return the video. Returns the video as base64 by default, or uploads it to a remote destination first if remotePath is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pass | No | Password for remotePath upload auth | |
| user | No | Username for remotePath upload auth | |
| method | No | HTTP method for remotePath upload (default PUT) | |
| headers | No | Extra HTTP headers for remotePath upload | |
| formFields | No | Extra multipart form fields for remotePath upload | |
| remotePath | No | Upload destination URL/path instead of returning base64 inline | |
| fileFieldName | No | Multipart form field name for remotePath upload |