Skip to content
UI Actions icon Home UI Actions › Objects

UI Actions › Objects › Window reference

This object represents an app’s window. The representation is a static snapshot. This is important. For example, when an action returns a window, its “Width” property will not change even when the original window is resized.

It is returned by many window-related actions, like Get Windows, and can be used as input argument for actions like Filter List of Windows or Maximize Windows.

Its properties are:

PropertyTypeNotes
AppRunning AppThe window’s parent.
Window Type”standard window” OR “floating window”
Is Main Window?Boolean (YES/NO)
Is Focused Window?Boolean (YES/NO)
Is Modal Window?Boolean (YES/NO)
Is Minimized?Boolean (YES/NO)
Is Maximized?Boolean (YES/NO)
Is FullScreen?Boolean (YES/NO)
WidthNumber
HeightNumber
Position XNumber
Position YNumber