Window Access Library/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== Introduction == |
== Introduction == |
||
The "''Window Access Library''" provides a limited set of actions to manipulate windows and controls of the local screen under the Windows operating system. |
The "''Window Access Library''" provides a limited set of actions to manipulate windows and controls of the local screen under the Windows operating system. |
||
It is similar in spirit to the [[AutoIt Library|AutoIt Library]], but does not require autoIt to be installed. |
It is similar in spirit to the [[AutoIt Library|AutoIt Library]], but does not require autoIt to be installed (it is much smaller, though). |
||
It can be used for simple tasks such as confirming dialog boxes if the use of autoIt is not allowed or wanted by your IT administrator. |
It can be used for simple tasks such as confirming dialog boxes if the use of autoIt is not allowed or wanted by your IT administrator. |
Version vom 23. März 2022, 16:18 Uhr
Inhaltsverzeichnis
Introduction[Bearbeiten]
The "Window Access Library" provides a limited set of actions to manipulate windows and controls of the local screen under the Windows operating system. It is similar in spirit to the AutoIt Library, but does not require autoIt to be installed (it is much smaller, though).
It can be used for simple tasks such as confirming dialog boxes if the use of autoIt is not allowed or wanted by your IT administrator.
Library Overview[Bearbeiten]
To use, import the "Window Access Library" (named "WindowAccessLibrary.ets" in the library folder).
Window Manipulation[Bearbeiten]
Window Enumeration[Bearbeiten]
- [Win] Get Top Window by Title
Retrieves a window handle by its window title.
Tips & Tricks[Bearbeiten]
Examples[Bearbeiten]
<<to be added>> For now, take a look at the autoIt documentation, which is similar in operation.
Back to Online Documentation.