Window Interfacing Library

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Introduction

The Window Interfacing Library contains function blocks for low level manipulation of a native windows application's on-screen views. This library is still under active construction and does not replace higher level (autoIt, ranorex, selenium, qt etc.) libraries.

Its main purpose is to allow for simple interaction (such as pressing an OK-Button in an interactive application) or to feed a hard-to-automize application with simple data (by simulating button and/or keyboard input). It has been successfully used to interact with an embedded flashplayer application to simulate a user playing and solving board puzzle games, or to click on disturbing OK confirmation dialogs in expecco test sequences.

Due to the fact that this libraries functionality is very limited, we recommend using the autoIt interface library.

Back to Online Documentation.

Window Manipulation

Using raise, resize and move, a window can be placed to a well-known location on the screen, to make further automation more reproducable.

Window Enumeration

Window Queries

Window Events


Back to Online Documentation.

Meine Werkzeuge