Ai
Navigates to the FLP home screen (#Shell-home).
Playwright Page (or compatible subset).
Optional
Navigation options.
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); Copy
await navigateToHome(page);
Navigates to the FLP home screen (#Shell-home).