puppeteer/new-docs/puppeteer.protocol.storage.setcookiesrequest.md
2020-07-13 14:01:35 +01:00

923 B

Home > puppeteer > Protocol > Storage > SetCookiesRequest

Protocol.Storage.SetCookiesRequest interface

Signature:

export interface SetCookiesRequest 

Properties

Property Type Description
browserContextId Browser.BrowserContextID Browser context to use when called on the browser endpoint.
cookies Network.CookieParam[] Cookies to be set.