Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Dialog.prototype.accept
import { Dialog } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Dialog.d.ts";

Parameters

optional
promptText: string
  • optional text that will be entered in the dialog prompt. Has no effect if the dialog's type is not prompt.

Returns

Promise<void>

A promise that resolves when the dialog has been accepted.