Latest
method Dialog.prototype.accept
import { Dialog } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.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.