Open Browser

This is pre-built Action located under the @Browser Element, instructs the Avo Assure to launch the browser which has been selected during debugging or execution and save the result in dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

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

This dynamic variable holds the status as True or False

Example

Launches the selected web browser based on the debug-time selection

The Open Browser action does not take any value in the Input Value column. It opens the browser chosen during the debugging or execution. The status of the operation is stored in the {BrowserStatus} variable, with the following possible values:

  • True – if the browser opens successfully.

  • False – if the browser fails to launch or an error occurs.

Last updated

Was this helpful?