Window Application¶
Window Application type.
Window ApplicationObject.CloseAllChildWindows |
Closes all child windows. |
Window ApplicationObject.IsNormal |
Gets a value that indicates whether the UI Automation element is normal on the screen. |
Window ApplicationObject.IsMaximized |
Gets a value that indicates whether the UI Automation element is maximized on the screen. |
Window ApplicationObject.IsMinimized |
Gets a value that indicates whether the UI Automation element is minimized on the screen. |
Window ApplicationObject.CenterScreen |
CenterScreen. |
Window ApplicationObject.PositionBottomLeft |
PositionBottomLeft. |
Window ApplicationObject.PositionTopLeft |
PositionTopLeft. |
Window ApplicationObject.PositionTopRight |
PositionTopRight. |
Window ApplicationObject.PositionBottomRight |
PositionBottomRight. |
Window ApplicationObject.Kill |
Kill. |
Window ApplicationObject.Restore |
Restores the window’s visual state to be is normal (no minized or maximized). |
Window ApplicationObject.Close |
Attempts to close the current window. |
Window ApplicationObject.Minimize |
Minimizes the Window. |
Window ApplicationObject.Maximize |
Maximizes the Window. |
Window ApplicationObject.Exists |
Immediately returns the state of existence for the AutomationElement. |
Window ApplicationObject.Exists |
Immediately returns the state of existence for the AutomationElement. |
Window ApplicationObject.Ready |
Waits untils the element is ready for user interaction. |
Window ApplicationObject.Window |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window ([Name =] String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (Id|$ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (NamePattern|# = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (ClassName|@ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (Process|ProcessName|~ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (Handle|| = Integer) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (Index|^ = Integer) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window ([Name =] String, ClassName|@ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window ([Name =] String, Process|ProcessName|~ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window ([Name =] String, Id|$ = String) |
Identifies a window frame, which contains child objects. |
Window ApplicationObject.Window (Process|ProcessName|~ = String, ClassName|@ = String) |
Identifies a window frame, which contains child objects. |