Function: navigateForward()
navigateForward(
page,options?):Promise<void>
Ai
Navigates forward in browser history.
Parameters
page
NavigationPage
Playwright Page (or compatible subset).
options?
Navigation options.
Returns
Promise<void>
Capability
ui5Navigation.navigateForward
Intent
Go forward in browser history after a back navigation.
Guarantee
On success, the browser has navigated forward and UI5 is stable.
Ai Context
Uses Playwright's goForward(). Waits for UI5 stability after navigation.
Sap Module
sap.ushell.Container — Browser history forward navigation
Example
await navigateForward(page);