AiAi
Navigates back in browser history.
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates forward in browser history.
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates to a SAP app by semantic object hash.
Semantic object hash (e.g., 'PurchaseOrder-manage').
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates to a specific hash directly.
The hash to navigate to (without leading '#').
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates to the FLP home screen.
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates to an SAP intent with optional parameters.
Semantic object and action descriptor.
Optionalparams: Readonly<Record<string, string>>
Optional query parameters for the intent.
Optionaloptions: NavigationOptions
Navigation options.
Ai
Navigates via an FLP Section Link in a Space-based layout.
Accessible name (visible text) of the section link.
Optionaloptions: SectionLinkNavigationOptions
Section link navigation options (timeout).
Ai
Navigates to an FLP Space Tab by its visible title text.
Visible title text of the FLP Space Tab.
Optionaloptions: SpaceNavigationOptions
Space navigation options (timeout, exact).
Ai
Navigates to an FLP tile by its title text.
Title text of the FLP tile.
Optionaloptions: NavigationOptions
Navigation options.
Ai
Searches for an app in the FLP shell search bar and opens it.
Title of the app to search for.
Optionaloptions: NavigationOptions
Navigation options.
UI5 Navigation API provided by the
ui5Navigationfixture.Ai Context
Use to navigate between SAP Fiori Launchpad apps and views.
Remarks
Wraps all 11 FLP navigation module functions. The
pageargument is injected automatically from the Playwright fixture system.Example