...The Microsoft Windows and the UNIX like operation systems with X11 based desktops support are implemented yet.
The application work intern with native UI objects (Window).
It can enumerate or find these objects based on title, relationships or desktop coordinates.
It is implemented simple to use support to find out desktop coordinates.
You can simulate user input as mouse clicks and keyboard input. You can get the text from UI objects.
Every time it is possible to save screenshot of whole desktop or other window. You can also compare the screnshot of a window with saved bitmap.
...