puppeteer/website/versioned_docs/version-22.8.1/api/puppeteer.page.deletecookie.md

45 lines
484 B
Markdown
Raw Normal View History

---
sidebar_label: Page.deleteCookie
---
# Page.deleteCookie() method
#### Signature:
```typescript
class Page {
abstract deleteCookie(...cookies: DeleteCookiesRequest[]): Promise<void>;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
cookies
</td><td>
[DeleteCookiesRequest](./puppeteer.deletecookiesrequest.md)\[\]
</td><td>
</td></tr>
</tbody></table>
**Returns:**
Promise&lt;void&gt;