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

    Function isDialogOpen

    • Checks whether a specific dialog (by ID) is currently open.

      Parameters

      • page: DialogPage

        Playwright Page (or compatible subset).

      • dialogId: string

        The UI5 control ID of the dialog.

      Returns Promise<boolean>

      true if the dialog exists and is open, false otherwise.

      const open = await isDialogOpen(page, 'confirmDialog');