2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2020-06-09 08:19:42 +00:00
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Dialog](./puppeteer.dialog.md) > [type](./puppeteer.dialog.type.md)
|
2020-06-04 14:56:45 +00:00
|
|
|
|
2020-06-09 08:19:42 +00:00
|
|
|
## Dialog.type() method
|
2020-06-04 14:56:45 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-06-09 08:19:42 +00:00
|
|
|
type(): Protocol.Page.DialogType;
|
2020-06-04 14:56:45 +00:00
|
|
|
```
|
2020-06-09 08:19:42 +00:00
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-07-13 13:01:35 +00:00
|
|
|
[Protocol.Page.DialogType](./puppeteer.protocol.page.dialogtype.md)
|
2020-06-09 08:19:42 +00:00
|
|
|
|
|
|
|
The type of the dialog.
|
|
|
|
|