Select Window

This is a pre-built action located under the @Window Element. The functionality of this action in Avo Assure is to select the desktop window specified in the Input Value.

Syntax

Input Value: <Desktop_Application_Window_Name/Process ID>;<index(Optional)>

Argument
Description

<Desktop_Application_Window_Name/Process ID> (Required)

Provide either the exact name of the application window or its Process ID to identify the target application.

<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?