puppeteer/new-docs/puppeteer.dialogtype.md

22 lines
579 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [DialogType](./puppeteer.dialogtype.md)
## DialogType enum
<b>Signature:</b>
```typescript
export declare enum DialogType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Alert | <code>&quot;alert&quot;</code> | |
| BeforeUnload | <code>&quot;beforeunload&quot;</code> | |
| Confirm | <code>&quot;confirm&quot;</code> | |
| Prompt | <code>&quot;prompt&quot;</code> | |