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

    Function navigateToHome

    • Ai

      Navigates to the FLP home screen (#Shell-home).

      Parameters

      • page: NavigationPage

        Playwright Page (or compatible subset).

      • Optionaloptions: NavigationOptions

        Navigation options.

      Returns Promise<void>

      ui5Navigation.navigateToHome

      Return to the Fiori Launchpad home screen. Use between test scenarios or to reset the navigation state.

      On success, the hash is set to 'Shell-home' and UI5 is stable.

      Commonly used to return to the launchpad between tests or after completing a flow.

      sap.ushell.Container — FLP home navigation

      Reset navigation to the SAP Fiori Launchpad home screen.

      await navigateToHome(page);