[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetAllCookiesResponse](./puppeteer.protocol.network.getallcookiesresponse.md) ## Protocol.Network.GetAllCookiesResponse interface Signature: ```typescript export interface GetAllCookiesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cookies](./puppeteer.protocol.network.getallcookiesresponse.cookies.md) | [Cookie](./puppeteer.protocol.network.cookie.md)\[\] | Array of cookie objects. |