Skip to content

About configuration files

AlienJust edited this page Aug 3, 2011 · 8 revisions

First of all it is necessary to understand what parameters are important to watch executor window (WEW).

  • Active window caption - WEW will only monitor screen changes/do input when window with defined caption will be active.

  • Pause between screen comparing - WEW works on idea of making screenshot after some pause and comparing it to previous screenshot.

  • Own window title - WEW have own caption.

  • Own window size and position - WEW saves it position and size on closing.

  • Watching color - color that WEW watching to appear or disappear.

  • Action script on color appears - when watching color appears some input actions can be executed.

  • Action script on color disappears - when watching color disappears some other input actions can be executed.

  • Input mode - Actions script can be repeated until color appear or disappeared or actions script can be executed once (there also some others modes)/


In the latest version of the program support of new configuration file format was added. See XML config file format page.

Also supported old text configuration file format. In future You will be able to find information about it on this page.

Clone this wiki locally