Dismisses (closes) the topmost dialog, or a dialog matching the given title.
Playwright Page (or compatible subset).
Optional
Options to target a specific dialog by title.
ControlError if no open dialog is found to dismiss.
await dismissDialog(page); Copy
await dismissDialog(page);
Dismisses (closes) the topmost dialog, or a dialog matching the given title.