[Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread Prateek Sahu
New question #180364 on Sikuli: https://answers.launchpad.net/sikuli/+question/180364 Is there a way to select a specific image when there are many similar images present on the screen??? Please help -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread Steen
Question #180364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180364 Steen posted a new comment: after you have made a Click(png) if you click the picture! and go to target offset! the yellow crosshair sets the click. -- You received this question notification because you

Re: [Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread RaiMan
Question #180364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180364 Status: Open = Answered RaiMan proposed the following answer: You can use findAll() and loop through the matches, to find the right one. for a first idea: see the docs -- You received this question

Re: [Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread Prateek Sahu
Question #180364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180364 Status: Answered = Open Prateek Sahu is still having a problem: No RaiMan this is not the problem let me explain a little bit I am using sikuli for a web application When the web page is completely

Re: [Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread RaiMan
Question #180364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180364 Status: Open = Answered RaiMan proposed the following answer: ok, I understand. maxWait = 30 # adjust to your needs while maxWait 0: if exists(image.png, 0): # check for image once reg =