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

    Function searchAndOpenApp

    • Ai

      Searches for an app in the FLP shell search bar and opens it.

      Parameters

      • page: NavigationPage

        Playwright Page (or compatible subset).

      • appTitle: string

        Title of the app to search for.

      • Optionaloptions: NavigationOptions

        Navigation options.

      Returns Promise<void>

      ui5Navigation.searchAndOpenApp

      Search for and open an application using the FLP shell search bar. Use when the tile is not visible on the home screen but can be found via search.

      On success, the app matching the title is opened and UI5 is stable.

      Types the app title into the shell search field, then clicks the matching result. Fallback navigation method when tile-based or hash-based navigation is not feasible.

      sap.ushell.ui.shell.ShellHeadItem — FLP shell search bar interaction

      App discovery via FLP search when the user has many tiles or the tile is hidden.

      await searchAndOpenApp(page, 'Purchase Orders');