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