Function: getOpenDialogs()
getOpenDialogs(
page):Promise<readonlyDialogInfo[]>
Defined in: src/modules/dialog.ts:234
Returns all currently open dialogs in the UI5 static UI area.
Parameters​
page​
DialogPage
Playwright Page (or compatible subset).
Returns​
Promise<readonly DialogInfo[]>
Array of dialog information objects (may be empty).
Example​
const dialogs = await getOpenDialogs(page);