Window Access Library/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 19: | Zeile 19: | ||
<<to be added>> |
<<to be added>> |
||
For now, take a look at the |
<br>For now, take a look at the examples in the library itself, |
||
or at the [[AutoIt_Library/en|autoIt documentation]], which is similar in operation. |
|||
---- |
---- |
Aktuelle Version vom 23. März 2022, 17:47 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 examples in the library itself,
or at the autoIt documentation, which is similar in operation.
Back to Online Documentation.