Windows includes activities for managing application windows. It allows automation to interact with resize, minimize, maximize, and verify window states.
The Windows activity has the following sub activities:
Close: This activity closes a specified Window.
Element Properties:
Window: Window variable that holds the window you want.
Get Active Window: This activity helps to retrieve the current active Window and performs multiple actions within it.
Output Properties:
ActiveWindow: Window variable that has found an active window.
Get Window: This activity helps the user to get the specified window that is already opened.
Window Properties:
Parent Window: The parent window to start searching form.
Output Properties:
Window: Window variable that has found active window.
Maximize: This activity maximizes the active window.
Window Properties:
Window: A window variable that holds the window you want to maximize.
Minimize: This activity minimizes the window.
Window Properties:
Window: A window variable that holds the window you want to minimize.
Window Exists: This activity checks whether a particular window exists or not.
Window Properties:
Parent Window: The parent window to start searching form.
Output Properties:
Exists: It indicates window exists or not.
Window: Window variable that stores the window if window exists.