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

    Function navigateToHash

    • Ai

      Navigates to a specific hash directly.

      Parameters

      • page: NavigationPage

        Playwright Page (or compatible subset).

      • hash: string

        The hash to navigate to (without leading '#').

      • Optionaloptions: NavigationOptions

        Navigation options.

      Returns Promise<void>

      ui5Navigation.navigateToHash

      Set the FLP URL hash directly for low-level navigation.

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

      Use when the full hash is known. For structured navigation, prefer navigateToIntent().

      sap.ushell.Container — Direct hash manipulation via window.hasher

      await navigateToHash(page, 'Shell-home');