Console logging showing images names instead of coordinates

Asked by Bruno Vieira

Hello.

I would like to have Sikuli showing in the log file the image names that it tries to find or that it clicks instead of the coordinates.
At the moment, the log shows messages like:

[sikuli] double click on (141,49), MOD: 0
[sikuli] click on (643,460), MOD: 0
[sikuli] click on (160,172), MOD: 0

I would like to see something like:
[sikuli] double click on (141,49), "image1.png", MOD: 0
[sikuli] click on (643,460), "image2.png", MOD: 0
[sikuli] click on (160,172), "image3.png", MOD: 0

Is there a way to configure Sikuli for this?

Thank you.
Bruno

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

not a feature. You have to do it on your own.

Make it a feature request bug. There is already one on improved logging (rather new).

Revision history for this message
Bruno Vieira (giuliapo) said :
#2

Thanks RaiMan, that solved my question.