Skip to main content

Record (detailed)

Referenced In

Fields

FieldTypeDescriptionDefault
pathstringOptional. 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
directorystringOptional. Directory of the file. If the directory doesn't exist, creates the directory.
overwritestringOptional. If true, overwrites the existing recording at path if it exists.

Accepted values: true, false

Examples

{
"path": "example",
"directory": "example",
"overwrite": "true"
}