Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755
RaiMan posted a new comment: I just made some tests and I have to admit, that with the Guide feature there is no way, to achieve what you want, since the annotation overlay covers the whole screen and might not hinder finding, but the click will not work (does not click through). So a compromise might be: match = find(img) GD.text(match, "hallo"); GD.show(2) click(match) GD.text(match, "hallo"); GD.show(1) If this is not sufficient for you, then you will be lost for now (thread programming, Java GUI programming, ...). Sorry, more I cannot do for you, due to lack of time. -- You received this question notification because your team Sikuli Drivers 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

