From cf7c343ecac9dc987960d6a28e2b465c54137abf Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:18:31 +0000 Subject: [PATCH] Add macOS screen recording permission requirement to record action docs --- fern/pages/docs/actions/record.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fern/pages/docs/actions/record.mdx b/fern/pages/docs/actions/record.mdx index eaaa45a..6647ce9 100644 --- a/fern/pages/docs/actions/record.mdx +++ b/fern/pages/docs/actions/record.mdx @@ -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**.* + You can specify the recording action in several ways: - **Boolean Shorthand:** Set `record: true` to start recording with default settings (usually saved as `record_.mp4` in the output directory).