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

    Function navigateToIntent

    • Navigates to an SAP intent with optional parameters.

      Parameters

      • page: NavigationPage

        Playwright Page (or compatible subset).

      • intent: NavigationIntent

        Semantic object and action descriptor.

      • Optionalparams: Readonly<Record<string, string>>

        Optional query parameters for the intent.

      • Optionaloptions: NavigationOptions

        Navigation options.

      Returns Promise<void>

      await navigateToIntent(page, { semanticObject: 'PurchaseOrder', action: 'manage' });