[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetCookiesResponse](./puppeteer.protocol.network.getcookiesresponse.md) > [cookies](./puppeteer.protocol.network.getcookiesresponse.cookies.md) ## Protocol.Network.GetCookiesResponse.cookies property Array of cookie objects. Signature: ```typescript cookies: Cookie[]; ```