Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function getOpenDialogs

    • 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).

      const dialogs = await getOpenDialogs(page);