Maximize Browser

This is a pre-built Action located under the @Browser Element, instructs the Avo Assure to maximize 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)

This dynamic variable holds the status as True or False

Example

Maximizes the currently opened browser window

The Maximize Browser action does not take any value in the Input Value column. It maximizes the browser that is currently opened. The status is stored in the {MaxWindow} variable, with the following possible values:

  • True – If the window is maximized successfully.

  • False – If it fails or an error occurs.

Last updated

Was this helpful?