Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function navigateToApp

    • Ai

      Navigates to a SAP app by semantic object hash.

      Parameters

      • page: NavigationPage

        Playwright Page (or compatible subset).

      • appId: string

        Semantic object hash (e.g., 'PurchaseOrder-manage').

      • Optionaloptions: NavigationOptions

        Navigation options.

      Returns Promise<void>

      ui5Navigation.navigateToApp

      Navigate to a specific SAP Fiori app using its semantic object hash. Use when the AI agent needs to open a particular app from the FLP.

      On success, the FLP hash is set to the given appId and UI5 is stable.

      The page must be on the SAP Fiori Launchpad (FLP).

      Commonly used as the first step after authentication to reach the target app.

      sap.ushell.Container — FLP shell navigation via hasher.setHash()

      SAP Fiori Launchpad cross-app navigation using semantic objects.

      NavigationError if appId is empty.

      await navigateToApp(page, 'PurchaseOrder-manage');