Details:
You can obtain the network log in different browsers following these instructions for each of them:
Safari:
- Open Safari.
- If you don’t see the Develop menu in the menu bar, choose Safari and click on “Settings”.
- Click "Advanced", then select “Show Develop menu in menu bar”.
- With Safari open, find the developer console by clicking on “Develop” and select “Show Javascript Console”, or use shortcut: Option + ⌘ + C.
- The console will open, to open the Network logs, click on the “Network” tab in the console and refresh the webpage.
- Replicate the steps you took to reproduce the issue you are having with Signals Notebook and Safari.
- In the console, select “Export“, from the upper right corner.
- Save the HAR file to a location where you can easily access it.
Firefox:
- Open Firefox.
- Press ctrl + Shift + E (Cmd + Opt + E on a Mac).
- Select “Network” in the Web Developer Tools tab, to display the browser’s request and response log.
- Click the “Pause” button in case the browser is already recording. If the browser is not recording, the button will appear as “Play” and you can proceed to the next step.
- Click on “Clear” (trash can image).
- Reproduce the issue you are having, and then select the “Pause” button to pause recording your network data, the “Play” button will appear in its place.
- In the Network tab, right-click in an empty area on the “File” column and select “Save All As HAR” from the menu that appears.
- Save the HAR file to a location where you can easily access it.
Microsoft Edge:
- Open Microsoft Edge.
- To open DevTools, right-click the webpage, and then select Inspect. Or, press ctrl+Shift+J (Cmd + Opt + J on a Mac).
- In the tab that has opened, in the main toolbar, select the “Network” tab. If this tab isn't visible, click the “More tools” (+) button.
- Click on “Clear” (circle with slash).
- Reproduce the issue, and then press the “Stop recording network log” button to stop recording the network data, the button is the red circle on the left.
- Use the download button at the end of the row where the Record/Clear buttons are, and select ‘Save all as HAR with content’ from the drop-down menu. (You may need to expand the Dev tools window to see it)
- Save the HAR file to a location where you can easily access it.
Google Chrome:
- Open the Developer tools panel (F12/Cmd+Option+I).
- Go to the ‘Network’ tab to display the browser’s request and response log.
- Click the ‘Preserve log’ checkbox.
- Click on ‘Clear’ (circle with slash).
- Click on ‘Record’ (red dot).
- Navigate to the signals webpage where the error is seen.
- The log will capture the network activity.
- Use the download button below the Clear/Record buttons, and select ‘Save all as HAR with content’ from the drop-down menu.