AiAiNavigates back in browser history.
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates forward in browser history.
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates to a SAP app by semantic object hash.
Semantic object hash (e.g., 'PurchaseOrder-manage').
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates to a specific hash directly.
The hash to navigate to (without leading '#').
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates to the FLP home screen.
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates to an SAP intent with optional parameters.
Semantic object and action descriptor.
Optionalparams: Readonly<Record<string, string>>Optional query parameters for the intent.
Optionaloptions: NavigationOptionsNavigation options.
AiNavigates to an FLP tile by its title text.
Title text of the FLP tile.
Optionaloptions: NavigationOptionsNavigation options.
AiSearches for an app in the FLP shell search bar and opens it.
Title of the app to search for.
Optionaloptions: NavigationOptionsNavigation options.
UI5 Navigation API provided by the
ui5Navigationfixture.Ai Context
Use to navigate between SAP Fiori Launchpad apps and views.
Remarks
Wraps all 9 FLP navigation module functions. The
pageargument is injected automatically from the Playwright fixture system.Example