From 43b53a2aa5673b8feeeabae00843e8e5e181f254 Mon Sep 17 00:00:00 2001 From: Bruno Mercier Costa <94469565+emrcbrn@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:22:21 +0200 Subject: [PATCH] Use colons for the per-browser lead-ins on the Record a HAR file page (#865) The per-browser export steps led each bold browser label with an em dash. Switch to a colon so each bullet reads as a clean label-then-instruction, consistent with the other bullet lists in the docs. Wording is otherwise unchanged. Co-authored-by: Claude Opus 4.8 --- src/pages/help/recording-a-har-file.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/help/recording-a-har-file.mdx b/src/pages/help/recording-a-har-file.mdx index a2570c58..f4ce5c31 100644 --- a/src/pages/help/recording-a-har-file.mdx +++ b/src/pages/help/recording-a-har-file.mdx @@ -32,10 +32,10 @@ The flow is the same in every browser: The export step, per browser: -- **Google Chrome** — in the Network tab, click the download (export) icon, or right-click any request and choose **Save all as HAR (sanitized)**. See [Save network requests to a HAR file](https://developer.chrome.com/docs/devtools/network/reference/#save-as-har). -- **Microsoft Edge** — Edge uses the same DevTools as Chrome: right-click a request and choose **Save all as HAR (sanitized)**, or use the export icon. See [Network features reference](https://learn.microsoft.com/en-us/microsoft-edge/devtools/network/reference). -- **Mozilla Firefox** — in the Network tab, right-click a request (or use the settings menu) and choose **Save All As HAR**. See [Network Monitor toolbar](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/toolbar/index.html). -- **Safari** — first enable the Develop menu (**Settings → Advanced → Show features for web developers**), then open **Web Inspector** (`⌥⌘I`) and select the **Network** tab. Use the **Export** button to save the recording as a `.har` file. Apple's [Network tab](https://support.apple.com/guide/safari-developer/network-tab-dev1f3525e58/mac) reference covers the tab itself but not the export, which lives in the top-right of the Network tab. +- **Google Chrome**: in the Network tab, click the download (export) icon, or right-click any request and choose **Save all as HAR (sanitized)**. See [Save network requests to a HAR file](https://developer.chrome.com/docs/devtools/network/reference/#save-as-har). +- **Microsoft Edge**: uses the same DevTools as Chrome, so right-click a request and choose **Save all as HAR (sanitized)**, or use the export icon. See [Network features reference](https://learn.microsoft.com/en-us/microsoft-edge/devtools/network/reference). +- **Mozilla Firefox**: in the Network tab, right-click a request (or use the settings menu) and choose **Save All As HAR**. See [Network Monitor toolbar](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/toolbar/index.html). +- **Safari**: first enable the Develop menu (**Settings → Advanced → Show features for web developers**), then open **Web Inspector** (`⌥⌘I`) and select the **Network** tab. Use the **Export** button to save the recording as a `.har` file. Apple's [Network tab](https://support.apple.com/guide/safari-developer/network-tab-dev1f3525e58/mac) reference covers the tab itself but not the export, which lives in the top-right of the Network tab. On Chrome and Edge, the plain **Save all as HAR** option includes sensitive headers, while **Save all as HAR (sanitized)** strips them. Use the sanitized version unless Support asks for the full capture.