← Back to team overview

sikuli-driver team mailing list archive

[Question #225590]: wait for an image on a region with using only "wait"

 

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.