Open Browser

This is a pre-built Action located under the @Browser Element. The functionality of this Action in Avo Assure is to launch the browser selected during debugging or execution. The result of this Action is stored in a dynamic variable for further use during test execution.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Argument
Description

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

Both dynamic variable stores the status as True or False.

Example: Launching the Selected Web Browser

In this example, we explain how to launch the selected web browser using the Open Browser action.

  • Action: Open Browser

  • Input Value: N/A

    • This action does not require any input value in the Input Value column. It launches the browser selected during debugging or execution.

  • Output Value: {Status}

    • The result of the launching web browser is stored in this {Status} dynamic variable with the following possible values:

      • True: If the browser opens successfully.

      • False: If the browser not opens successfully.

  • Logical Explanation: The Open Browser action executes without requiring any input value. It launches the web browser chosen at the time of debugging or execution. The execution result is stored in the {Status} variable as true.

Last updated

Was this helpful?