Close Browser

This is a pre-built Action located under the @Browser Element instructs Avo Assure to close the current browser window during debugging or execution 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

Closes the currently opened browser window.

The Close Browser action does not take any value in the Input Value column. It closes the browser that is currently active. The status is stored in the {CloseStatus} variable, with the following possible values:

  • True - If the browser window is closed successfully.

  • False -If it fails or an error occurs.

Last updated

Was this helpful?