Ai
Returns all currently open dialogs in the UI5 static UI area.
Playwright Page (or compatible subset).
Array of dialog information objects (may be empty).
ui5.dialog.getOpen
List all currently open dialogs for inspection or decision-making.
Returns an array of DialogInfo objects for all open dialogs (empty array if none).
Scans sap-ui-static UIArea content for recognized dialog types. Returns empty array if no dialogs are open.
sap.m.Dialog, sap.m.Popover, sap.m.BusyDialog, sap.ui.comp.valuehelpdialog.ValueHelpDialog
Discover open dialog overlays for assertion or interaction.
const dialogs = await getOpenDialogs(page); Copy
const dialogs = await getOpenDialogs(page);
Returns all currently open dialogs in the UI5 static UI area.