Re: [Sikuli-driver] [Question #265844]: how to use loop for taking screen shots till a image appears

2015-05-14 Thread Launchpad Janitor
Question #265844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265844 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #265844]: how to use loop for taking screen shots till a image appears

2015-04-28 Thread arush
Question #265844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265844 Status: Answered = Open arush is still having a problem: Following error message are observed [error] Error message: SyntaxError: (mismatched input 'reg' expecting NEWLINE,

Re: [Sikuli-driver] [Question #265844]: how to use loop for taking screen shots till a image appears

2015-04-25 Thread RaiMan
Question #265844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265844 Status: Open = Answered RaiMan proposed the following answer: Region reg = the region where you expect the image to appear; # might be the screen reg.setWaitScanrate(1/30); # only search every 30

[Sikuli-driver] [Question #265844]: how to use loop for taking screen shots till a image appears

2015-04-24 Thread arush
New question #265844 on Sikuli: https://answers.launchpad.net/sikuli/+question/265844 I have a case in which I want to take continuous screen shots at a regular interval of 30 sec till a particular image appears. how to do it . .I am using sikuli with java -- You received this question