Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread RaiMan
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 RaiMan posted a new comment: you say: Example: wait(imageOrPattern, 20seconds). image is appearing in 5seconds then the operation is not happening. it is waiting till complete 20seconds . I tested: this is

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread RaiMan
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 Status: Expired => Answered RaiMan changed the question status: stay open -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-07-10 Thread Launchpad Janitor
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 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 no

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-06-25 Thread ShrilekhaGowda
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 Status: Answered => Open ShrilekhaGowda is still having a problem: @RaiMan Thank you for the answer. In my case i have used wait(imageOrPattern, wait-time) or exists(imageOrPattern, wait-time) Example:

Re: [Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-06-25 Thread RaiMan
Question #691528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691528 Status: Open => Answered RaiMan proposed the following answer: Generally: wait() and exists() internally repeat the search until the image is found or the standard (3 seconds) / given wait time is exceed

[Sikuli-driver] [Question #691528]: Perform action on image when it appears dynamically without using sleep

2020-06-25 Thread ShrilekhaGowda
New question #691528 on Sikuli: https://answers.launchpad.net/sikuli/+question/691528 We have an application where the expected image will appear faster sometimes and delays sometimes(may take too long time or less) I am using eclipse with java Initially tried with thread.sleep(time) if the image