Select Window
This is pre-built Action located under the @Window Element Name. It instructs the Avo Assure Client to select the desktop window which is given in the Input Value as Input. The Select Window Action is interactions with specific windows within a desktop application. By specifying the window title in the input value, Avo Assure ensures that it interacts with the correct window, instructing the Avo Assure Client to select the desktop window accordingly.
Syntax
Input: <Desktop_Application_Window_Name>
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)

Usecase/Example

Scenario
The desktop application being tested is a file manager. After launching the file manager, the user interacts with a settings window (such as Preferences or Options). In Avo Assure, we need to ensure that the correct window is selected and interacts with it to perform further actions like clicking a button or validating text.
Input
The title of the settings window: “Preferences”
Expected Result
The Select Window Action needs to select the specific window.
Output
The Select Window Action is selects the “Preference” Window which is provided in Input Value.
Last updated
Was this helpful?