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

    Function waitForDialog

    • Waits for a dialog to appear in the UI5 static UI area.

      Parameters

      • page: DialogPage

        Playwright Page (or compatible subset).

      • Optionaloptions: FindDialogOptions

        Options to filter by title or control type.

      Returns Promise<DialogInfo>

      Information about the discovered dialog.

      ControlError if no matching dialog appears within the timeout.

      const info = await waitForDialog(page, { title: 'Confirm Delete' });