<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Dialog](./puppeteer.dialog.md) > [accept](./puppeteer.dialog.accept.md) ## Dialog.accept() method <b>Signature:</b> ```typescript accept(promptText?: string): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | promptText | string | optional text that will be entered in the dialog prompt. Has no effect if the dialog's type is not <code>prompt</code>. | <b>Returns:</b> Promise<void> A promise that resolves when the dialog has been accepted.