Question #165999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165999
RaiMan proposed the following answer: Both Java and Python provide modules/classes that allow to implement logging. In Sikuli, you set up some workflows of "finding and clicking" (roughly spoken). So you have to integrate this logging feature into your scripted workflow accordingly. Depending on the scope of usage, this can be hard coded in every script or set up as private modules/classes, that are imported and used in the scripts. The reporting is something different. It usually is some post processing based on the logged information. This is totally up to you, wether you use existing frameworks like Hudson or program it on your own. E.g. you might set up all your automation using the unit test frameworks available in Python and Java. Based on this there are many other possibilities available out in the net to achieve what you want. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

