mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
245 B
245 B
sidebar_label |
---|
Dialog.dismiss |
Dialog.dismiss() method
Signature:
class Dialog {
dismiss(): Promise<void>;
}
Returns:
Promise<void>
A promise which will resolve once the dialog has been dismissed