mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
881 B
881 B
Home > puppeteer > Protocol > Page > HandleJavaScriptDialogRequest
Protocol.Page.HandleJavaScriptDialogRequest interface
Signature:
export interface HandleJavaScriptDialogRequest
Properties
Property | Type | Description |
---|---|---|
accept | boolean | Whether to accept or dismiss the dialog. |
promptText | string | The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog. |