Navigate Back

This is a pre-built Action located under the @Browser Element, instructs the Avo Assure to go back to the last visited page and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

The dynamic variable holds the status as True or False.

Example

Navigates the browser to the previously visited page in the current session history.

The Navigate Back action does not take any value in the Input Value column. It triggers the browser to go back to the previous page in the browsing history. The result of the operation is stored in the {NavigateBack} variable, with the following possible values:

  • True – If the browser navigates back successfully.

  • False – If the navigation fails or an error occurs.

Last updated

Was this helpful?