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