Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fern/pages/docs/actions/record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The `record` action starts recording the browser viewport as a video file (MP4,

*Note: Recording is currently only supported in visible Chrome browsers.*

*Note: On macOS, Chrome needs screen recording permission. If recording fails, enable Chrome in **System Settings** (or **System Preferences** on older versions) > **Privacy & Security** > **Screen Recording**.*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on the error handling added in src/core/tests/startRecording.ts which now provides a clear error message when recording fails on macOS due to missing screen recording permissions.
View source


You can specify the recording action in several ways:

- **Boolean Shorthand:** Set `record: true` to start recording with default settings (usually saved as `record_<timestamp>.mp4` in the output directory).
Expand Down