61.6k views
1 vote
How to check cookies in chrome developer tools

1 Answer

4 votes

Final answer:

To check cookies in Chrome Developer Tools, open the Developer Tools panel, go to the 'Application' tab, expand the 'Cookies' dropdown, and select the domain you want to inspect.

Step-by-step explanation:

To check cookies in Chrome Developer Tools, follow these steps:

  1. Open Chrome and navigate to the website you want to check the cookies for.
  2. Right-click anywhere on the page and select 'Inspect' to open the Developer Tools.
  3. In the Developer Tools panel, navigate to the 'Application' tab.
  4. In the left sidebar of the 'Application' tab, expand the 'Cookies' dropdown.
  5. Click on the specific domain you want to inspect the cookies for.
  6. You can view the details of each cookie, including the name, value, domain, path, and expiration date.

User Adrian Mole
by
8.2k points