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

20 lines
923 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Storage](./puppeteer.protocol.storage.md) &gt; [SetCookiesRequest](./puppeteer.protocol.storage.setcookiesrequest.md)
## Protocol.Storage.SetCookiesRequest interface
<b>Signature:</b>
```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. |