Confirms a dialog by pressing its begin button or a button matching common confirm labels.
Playwright Page (or compatible subset).
Optional
Options to filter which dialog and optionally specify a custom button text.
ControlError if no open dialog or confirm button is found.
await confirmDialog(page); Copy
await confirmDialog(page);
Confirms a dialog by pressing its begin button or a button matching common confirm labels.