Skip to main content
Version: 1.x

Function: navigateBack()

navigateBack(page, options?): Promise<void>

Ai

Navigates back in browser history.

Parameters

page

NavigationPage

Playwright Page (or compatible subset).

options?

NavigationOptions

Navigation options.

Returns

Promise<void>

Capability

ui5Navigation.navigateBack

Intent

Go back to the previous page in browser history.

Guarantee

On success, the browser has navigated back and UI5 is stable.

Ai Context

Uses Playwright's goBack(). Waits for UI5 stability after navigation.

Sap Module

sap.ushell.Container — Browser history back navigation

Example

await navigateBack(page);