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) Exam

[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