mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
212 B
Markdown
20 lines
212 B
Markdown
|
---
|
||
|
sidebar_label: Dialog.type
|
||
|
---
|
||
|
|
||
|
# Dialog.type() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class Dialog {
|
||
|
type(): Protocol.Page.DialogType;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
Protocol.Page.DialogType
|
||
|
|
||
|
The type of the dialog.
|