Select Window

This is a pre-built action located under the @Window Element. The functionality of this action in Avo Assure to select the desktop window specified in the Input Value (window title) and store the result in a dynamic variable.

Syntax

Input Value: <Desktop_Application_Window_Name>;<index(Optional)>

Argument
Description

<Desktop_Application_Window_Name> (Required)

Specify title of the desktop window you want to select

<index> (Optional)

Specify the index to select window

Output Value

Argument
Description

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

This dynamic variable holds result as True or False

Example 1

Selects a specific desktop window

The Select Window action takes the value from the Input Value column (e.g., Avo Bank) to identify and activate the specified desktop window based on its title.

Example 2

Selects a specify desktop window using optional parameter

The Select Window action takes the value from the Input Value column (e.g., Avo Bank;1) to identify and activate the specified desktop window based on its title and index.

Last updated

Was this helpful?