New question #225590 on Sikuli: https://answers.launchpad.net/sikuli/+question/225590
Hello, I would like to wait for an image on a region but only with the "wait" or "while" process My code : myRegion = "region" myImage = "Image" the code will looks like : wait (myImage in myRegion, FOREVER) or while myImage in myRegion does not exists : wait(1) thanks -- 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

