mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
923 B
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. |