Window Access Library/en
(Weitergeleitet von Window Access Library)
Zur Navigation springen
Zur Suche springen
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.