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)>
<Desktop_Application_Window_Name> (Required)
Specify title of the desktop window you want to select
<index> (Optional)
Specify the index to select window
Note: The Select Window action allows interactions to be directed to the specific desktop window. It must be used before performing any operation within a new or secondary window.
Output Value
<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?