Question #253716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253716
prokher posted a new comment: Dear RaiMan, thank you very much for the workaround, looks like it works (though I need to check on the main project). Actually I added 'as region' to 'with' because context manager did not work without it. I mean functions like 'exists' or 'wait' could not find image in the application's window. Possibly the reason is that I have 2 screens connected. So I had to add 'as region' and use 'region.exists' and 'region.wait' which worked. Best regards, Alexander. -- 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

