Record (detailed)
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
path | string | Optional. File path of the recording. Supports the .mp4 , .webm , and .gif extensions. If not specified, the file name is the ID of the step, and the extension is .mp4 .Pattern: `([A-Za-z0-9_-]*.(mp4 | webm |
directory | string | Optional. Directory of the file. If the directory doesn't exist, creates the directory. | |
overwrite | string | Optional. If true , overwrites the existing recording at path if it exists.Accepted values: true , false |
Examples
{
"path": "example",
"directory": "example",
"overwrite": "true"
}