Window package
- Updated: 2023/05/25
Window package
Use the Window package to automate tasks relating to the window.
Window is a data type available for storing application window
titles. It is the only data type that can be used in all the actions
of the Window
package. Create a variable of data type Window
and select or assign a window title.
Note: When you create a
Window type variable, note that selecting Browser as
default value supports only Google Chrome tabs whereas selecting
Application as default value supports any application
window.
Use this variable in any number of actions within the automation task. If the application window title changes, then change the value assigned to the variable. The new application title is reflected in all the actions where the variable is used.
Actions in the Window package
The Window package includes the following actions:
Action | Description |
---|---|
Activate | See Activate action in Window |
Assign | See Assign action in Window |
Close | See Close action in Window |
Close all | See Close all action in Window |
Get active window title | See Get active window title action in Window |
Maximize | See Maximize action in Window |
Minimize | See Minimize action in Window |
Resize | See Resize action in Window |
Restore | See Restore action in Window |
Set title | See Set title action in Window |