Returns all currently open dialogs in the UI5 static UI area.
Playwright Page (or compatible subset).
Array of dialog information objects (may be empty).
const dialogs = await getOpenDialogs(page); Copy
const dialogs = await getOpenDialogs(page);
Returns all currently open dialogs in the UI5 static UI area.