Ai
Navigates to a specific hash directly.
Playwright Page (or compatible subset).
The hash to navigate to (without leading '#').
Optional
Navigation options.
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'); Copy
await navigateToHash(page, 'Shell-home');
Navigates to a specific hash directly.