# Capture Network and Console Logs from Chrome Browser

This article will go over how to capture network logging from Google Chrome using the Developer Tools. This process is best suited for users who have ongoing issues with GMetri in Google Chrome and who want to obtain their network logs for future reference and troubleshooting with GMetri's Support team.\
\
Prerequisites&#x20;

* Google Chrome&#x20;

### Accessing Developer Tools  <a href="#htargetinstance0" id="htargetinstance0"></a>

* Select the three vertical dots in the top right corner of the browser to expand the Settings menu. From the Settings drop-down menu, select More Tools and then Developer Tools from the pop-out menu that appears

<figure><img src="https://2186043722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgll1jjQMRTVj7p6n7g%2Fuploads%2Fg95HPCwoXJsR4qwXEg5u%2FrtaImage%20(1).png?alt=media&#x26;token=e6f14db3-5d2d-4bfc-bdc6-06ccd83ee7dd" alt=""><figcaption></figcaption></figure>

###

### Capturing Network Logs  <a href="#htargetinstance1" id="htargetinstance1"></a>

* In the developer tools window, select the Network tab. The logs you will want to collect are the Network and Console. The red circle icon to the far left indicates that you are recording network data

<figure><img src="https://2186043722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgll1jjQMRTVj7p6n7g%2Fuploads%2FpzKBwdSY2mTJBRkZrB70%2FrtaImage%20(2).png?alt=media&#x26;token=f0ffa4a2-12b9-4576-a778-e48c6eae214b" alt=""><figcaption></figcaption></figure>

* Refresh the page after opening the developer tools window and let the page load. Press the red circle, or Ctrl + E, to pause recording the network data. The circle will turn grey, indicating that it has stopped recording

<figure><img src="https://2186043722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgll1jjQMRTVj7p6n7g%2Fuploads%2FhWmW8KIL9vLSw8q45AZ3%2FrtaImage%20(3).png?alt=media&#x26;token=7fce49f5-15d2-44b4-b90c-9322a500ffee" alt=""><figcaption></figcaption></figure>

* **Save the network trace**: Right-click in the empty space in the **Name** section, where the Name, Status, Type, Initiator, Size, Time, and Waterfall sections appear. From the menu that appears, select **Save all as HAR with content**. Once selected, the Save As window will appear. Pick a name and location on your machine, and then select Save.

<figure><img src="https://2186043722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgll1jjQMRTVj7p6n7g%2Fuploads%2FV8nZsTOmBmqLSEEnisF0%2FScreenshot%20from%202023-11-08%2015-02-26.png?alt=media&#x26;token=8ec6a7c7-77c5-4c0a-a574-e545f7513cfd" alt=""><figcaption></figcaption></figure>

### Save the Console log

Select the Console tab and right-click in the empty space on any of the entries. From the menu that appears, select **Save As**. Once selected, the Save As window will appear. Pick a name and location on your machine, and then select **Save**

<figure><img src="https://2186043722-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgll1jjQMRTVj7p6n7g%2Fuploads%2FzTbyP8XyDAgaVzhx7S2M%2FScreenshot%20from%202023-11-08%2015-07-23.png?alt=media&#x26;token=a3dec1fa-9ba0-4f33-a2e6-9b18af3f1c82" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gmetri.com/guidelines-compatibility/compatibility/capture-network-and-console-logs-from-chrome-browser.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
