puppeteer/docs/api/puppeteer.page.close.md

24 lines
422 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Page.close
---
# Page.close() method
**Signature:**
```typescript
class Page {
close(options?: {runBeforeUnload?: boolean}): Promise<void>;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------------------------------ | ----------------- |
| options | { runBeforeUnload?: boolean; } | <i>(Optional)</i> |
**Returns:**
Promise&lt;void&gt;