autopilot.process.Window
- class autopilot.process.Window
-
- name
Get the window name.
Note
This may change according to the current locale. If you want a unique string to match windows against, use the x_id instead.
- title
Get the window title.
This may be different from the application name.
Note
This may change depending on the current locale.
- is_maximized
Is the window maximized?
Maximized in this case means both maximized vertically and horizontally. If a window is only maximized in one direction it is not considered maximized.
- application
Get the application that owns this window.
This method may return None if the window does not have an associated application. The ‘desktop’ window is one such example.
Is this window hidden?
Windows are hidden when the ‘Show Desktop’ mode is activated.