<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SetCookiesRequest](./puppeteer.protocol.network.setcookiesrequest.md) > [cookies](./puppeteer.protocol.network.setcookiesrequest.cookies.md) ## Protocol.Network.SetCookiesRequest.cookies property Cookies to be set. <b>Signature:</b> ```typescript cookies: CookieParam[]; ```