Java desktop automation tool for windows -


i want write application automation tasks on desktop. example run java application , automatically opens microsoft word write lines of text in , save it.
looked , found java robot class , dependent on computer. example size of screen , position of application want perform automation on it. want use application in windows platform. help?

take @ sikulix (the continuation of sikuli project).

it's pitched use within jython script, can use java library. section of sikulix docs describes usage java programs:

http://sikulix-2014.readthedocs.org/en/latest/faq/030-java-dev.html#how-to-use-sikulix-api-in-your-java-programs-or-java-aware-scripting


Comments