browser_gif_stop
Stop the active GIF recording in a browser tab and write the animated GIF to an absolute file path. Overwrites existing files.
Instructions
Stop the recording started by browser_gif_start and write the animated GIF to an absolute path on the user's machine. Mutating: creates or overwrites that file. Errors if no recording is active or no frames were captured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | absolute path for the output .gif; overwritten if it exists | |
| tabId | Yes | tab id the recording was started on |