19 lines
756 B
Markdown
19 lines
756 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [ClearCookiesRequest](./puppeteer.protocol.storage.clearcookiesrequest.md)
|
||
|
|
||
|
## Protocol.Storage.ClearCookiesRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ClearCookiesRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [browserContextId](./puppeteer.protocol.storage.clearcookiesrequest.browsercontextid.md) | [Browser.BrowserContextID](./puppeteer.protocol.browser.browsercontextid.md) | Browser context to use when called on the browser endpoint. |
|
||
|
|