puppeteer/docs/api/puppeteer.dialog.type.md

20 lines
212 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: Dialog.type
---
# Dialog.type() method
**Signature:**
```typescript
class Dialog {
type(): Protocol.Page.DialogType;
}
```
**Returns:**
Protocol.Page.DialogType
The type of the dialog.