What better tool than Sikuli to use for screen automation on Windows 7 (or preferably multi-platform)

Viewed 49975

I'm using Sikuli for Screen automation. i.e for clicking of GUI elements according to their appearance on the screen. This works all right, but Sikuli has one major disadvantage for me:

  • Slow start-up for each script (because the whole JVM is loaded each time).

Further more on Sikuli is not much development happening since last year, so I am looking for a replacement automation tool. The big ticket I need is screen awareness: The tool has to "look" for certain UI elements on the screen, than move the mouse there and issue a click.

Any suggestion for a faster and maybe better maintained tool than Sikuli?

2 Answers
Related