Maximize Browser
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Note: If multiple browser windows are opened and all are minimized, then the browser which is recently closed will get maximized.
Input Value: N/A
N/A
Not Applicable
Output Value:
<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.