Comment 1 for bug 1056174

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: Sikuli doesn't detect images inside remote RDP session

For a find operation you have to tell Sikuli, on which screen to search for the image.

"matching preview" does more, than you can do in your script, in that it shows and searches both monitors.

so:
scr1 = Screen(1) # somewhere at the beginning of script

....

sr1. wait(<this image>)