Skip to content

Commit d3df4b8

Browse files
cf-scottdcpena
andauthored
Update gathering-information-for-troubleshooting-sites.mdx (#17479)
* Update gathering-information-for-troubleshooting-sites.mdx Updating instructions to be sure users use a Private Window to get better results (no cookies, plugins, etc) * Fixed typo --------- Co-authored-by: Denise Peña <[email protected]>
1 parent e61b087 commit d3df4b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ customers due to security and liability concerns.
1818

1919
## Generate a HAR file
2020

21-
A HTTP Archive (HAR) records all web browser requests including the request and response headers, the body content, and the page load time.
21+
A HTTP Archive (HAR) records all web browser requests including the request and response headers, the body content, and the page load time. Be sure to use Incognito Mode or a Private Browsing window.
2222

2323
:::caution
2424

@@ -33,7 +33,7 @@ Some browsers either require a browser extension or cannot generate a HAR. When
3333

3434
### In Chrome
3535

36-
1. In a browser page, right-click anywhere and select **Inspect Element**.
36+
1. In a browser page viewed in Incognito Mode, right-click anywhere and select **Inspect Element**.
3737

3838
2. The developer tools either appear at the bottom or left side of the browser. Click the **Network** tab.
3939

@@ -53,23 +53,23 @@ Some browsers either require a browser extension or cannot generate a HAR. When
5353

5454
### In Firefox
5555

56-
1. From the application menu, select **Tools** > **Web Developer** > **Network** or press *Ctrl+Shift+I* (Windows/Linux) or *Cmd+Option+I* (OS X).
56+
1. While using a Private Window, use the application menu and select **Tools** > **Web Developer** > **Network** or press *Ctrl+Shift+I* (Windows/Linux) or *Cmd+Option+I* (OS X).
5757

5858
2. Browse to the URL that causes issues.
5959

6060
3. After duplicating the issue, right-click and choose **Save All As HAR**.
6161

6262
### In Microsoft Edge
6363

64-
1. Navigate to **Developer tools** (use *F12* as a shortcut) and select the **Network** tab.
64+
1. In a Private window, navigate to **Developer tools** (use *F12* as a shortcut) and select the **Network** tab.
6565

6666
2. Browse to the URL that causes issues.
6767

6868
3. After duplicating the issue, click on **Export as HAR** followed by **Save As...**.
6969

7070
### In Safari
7171

72-
1. In Safari, ensure a **Develop** menu appears at the top of the browser window. Otherwise, go to **Safari** > **Preferences** > **Advanced** and select **Show Develop Menu in menu bar**
72+
1. In Safari, ensure a **Develop** menu appears at the top of a Private Window in the browser window. Otherwise, go to **Safari** > **Preferences** > **Advanced** and select **Show Develop Menu in menu bar**
7373

7474
2. Navigate to **Develop** > **Show Web Inspector**.
7575

0 commit comments

Comments
 (0)