Waits for a specific dialog to be closed.
Playwright Page (or compatible subset).
The UI5 control ID of the dialog.
Optional
Timeout and polling options.
ControlError if the dialog is still open after the timeout.
await waitForDialogClosed(page, 'confirmDialog'); Copy
await waitForDialogClosed(page, 'confirmDialog');
Waits for a specific dialog to be closed.