Function: navigateToHome()
navigateToHome(
page,options?):Promise<void>
Defined in: src/modules/navigation.ts:293
Ai
Navigates to the FLP home screen (#Shell-home).
Parameters
page
NavigationPage
Playwright Page (or compatible subset).
options?
Navigation options.
Returns
Promise<void>
Intent
Return to the Fiori Launchpad home screen. Use between test scenarios or to reset the navigation state.
Guarantee
On success, the hash is set to 'Shell-home' and UI5 is stable.
Ai Context
Commonly used to return to the launchpad between tests or after completing a flow.
Sap Module
sap.ushell.Container — FLP home navigation
Business Context
Reset navigation to the SAP Fiori Launchpad home screen.
Example
await navigateToHome(page);