Waits for a dialog to appear in the UI5 static UI area.
Playwright Page (or compatible subset).
Optional
Options to filter by title or control type.
Information about the discovered dialog.
ControlError if no matching dialog appears within the timeout.
const info = await waitForDialog(page, { title: 'Confirm Delete' }); Copy
const info = await waitForDialog(page, { title: 'Confirm Delete' });
Waits for a dialog to appear in the UI5 static UI area.