[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [SetCookiesRequest](./puppeteer.protocol.storage.setcookiesrequest.md) ## Protocol.Storage.SetCookiesRequest interface Signature: ```typescript export interface SetCookiesRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [browserContextId](./puppeteer.protocol.storage.setcookiesrequest.browsercontextid.md) | [Browser.BrowserContextID](./puppeteer.protocol.browser.browsercontextid.md) | Browser context to use when called on the browser endpoint. | | [cookies](./puppeteer.protocol.storage.setcookiesrequest.cookies.md) | [Network.CookieParam](./puppeteer.protocol.network.cookieparam.md)\[\] | Cookies to be set. |