You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-portal/capture-browser-trace.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,35 +76,35 @@ The following steps show how to use the developer tools in Google Chrome. For mo
76
76
77
77
1. By default, the browser keeps trace information only for the page that's currently loaded. Set the following options so the browser keeps all trace information, even if your repro steps require going to more than one page:
78
78
79
-
1. Select the **Network** tab, then select **Preserve log**.
79
+
1. Select the **Console** tab, select **Console settings**, then select **Preserve Log**.
80
80
81
-

81
+

82
82
83
-
1. Select the **Console** tab, select **Console settings**, then select **Preserve Log**.
83
+
1. Select the **Network** tab, then select **Preserve log**.
84
84
85
-

85
+

86
86
87
-
1.Select the **Network** tab, then select **Stop recording network log** and **Clear**.
87
+
1.On the **Network** tab, select **Stop recording network log** and **Clear**.
88
88
89
-

89
+

90
90
91
91
1. Select **Record network log**, then reproduce the issue in the portal.
92
92
93
-

93
+

94
94
95
-
You will see session output similar to the following image.
95
+
You'll see session output similar to the following image.
96
96
97
-

97
+

98
98
99
99
1. After you have reproduced the unexpected portal behavior, select **Stop recording network log**, then select **Export HAR** and save the file.
100
100
101
-

101
+

102
102
103
103
1. Stop the Steps Recorder and save the recording.
104
104
105
105
1. Back in the browser developer tools pane, select the **Console** tab. Right-click one of the messages, then select **Save as...**, and save the console output to a text file.
106
106
107
-

107
+

108
108
109
109
1. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.
110
110
@@ -130,23 +130,23 @@ The following steps show how to use the developer tools in Apple Safari on Mac.
130
130
131
131
1. Select **Develop**, then select **Show Web Inspector**.
132
132
133
-

133
+

134
134
135
135
1. By default, the browser keeps trace information only for the page that's currently loaded. Set the following options so the browser keeps all trace information, even if your repro steps require going to more than one page:
136
136
137
-
1. Select the **Network** tab, then select **Preserve Log**.
137
+
1. Select the **Console** tab, then select **Preserve Log**.
138
138
139
-

139
+

140
140
141
-
1. Select the **Console** tab, then select **Preserve Log**.
141
+
1. Select the **Network** tab, then select **Preserve Log**.
142
142
143
-

143
+

144
144
145
-
1.Select the **Network** tab, then select **Clear Network Items**.
145
+
1.On the **Network** tab, select **Clear Network Items**.
146
146
147
147

148
148
149
-
1. Reproduce the issue in the portal. You will see session output similar to the following image.
149
+
1. Reproduce the issue in the portal. You'll see session output similar to the following image.
150
150
151
151

152
152
@@ -178,19 +178,19 @@ The following steps show how to use the developer tools in Firefox. For more inf
178
178
179
179
1. By default, the browser keeps trace information only for the page that's currently loaded. Set the following options so the browser keeps all trace information, even if your repro steps require going to more than one page:
180
180
181
-
1. Select the **Network** tab, select the **Settings** icon, and then select **Persist Logs**.
182
-
183
-
:::image type="content" source="media/capture-browser-trace/firefox-network-persist-logs.png" alt-text="Screenshot of the Network setting for Persist Logs.":::
184
-
185
181
1. Select the **Console** tab, select the **Settings** icon, and then select **Persist Logs**.
186
182
187
183
:::image type="content" source="media/capture-browser-trace/firefox-console-persist-logs.png" alt-text="Screenshot of the Console setting for Persist Logs.":::
188
184
189
-
1. Select the **Network** tab, then select **Clear**.
185
+
1. Select the **Network** tab, select the **Settings** icon, and then select **Persist Logs**.
186
+
187
+
:::image type="content" source="media/capture-browser-trace/firefox-network-persist-logs.png" alt-text="Screenshot of the Network setting for Persist Logs.":::
188
+
189
+
1. On the **Network** tab, select **Clear**.
190
190
191
191

192
192
193
-
1. Reproduce the issue in the portal. You will see session output similar to the following image.
193
+
1. Reproduce the issue in the portal. You'll see session output similar to the following image.
194
194
195
195

0 commit comments