← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680383]: hopefully (2) easy questions (region.focus & code consolidation)

 

Question #680383 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680383

RaiMan proposed the following answer:
... same goes for image searches
instead of:
click(whatEver)
wait(5)

better:
click(whatEver)
wait(forSomeImage, 5) # might continue after 1 second if image is there

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.