Re: [Sikuli-driver] [Question #663391]: Action (Click/Type) on similar elements on a screen

2018-01-24 Thread Vin Uppinkudru
Question #663391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663391 Status: Answered => Solved Vin Uppinkudru confirmed that the question is solved: Thanks RaiMan. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #663391]: Action (Click/Type) on similar elements on a screen

2018-01-23 Thread RaiMan
Question #663391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663391 RaiMan proposed the following answer: after step 3: // get the match from step 3 Match matchP2 = screen.getLastMatch() //create a suitable region where to look for the "desired image" regionP2 =

Re: [Sikuli-driver] [Question #663391]: Action (Click/Type) on similar elements on a screen

2018-01-23 Thread Vin Uppinkudru
Question #663391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663391 Vin Uppinkudru posted a new comment: Hi RaiMan, Thank you so much for you help. I was able to use the Target Offset on the pattern and i was able to achieve the goal. Below is the snippet i used

Re: [Sikuli-driver] [Question #663391]: Action (Click/Type) on similar elements on a screen

2018-01-22 Thread RaiMan
Question #663391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663391 Status: Open => Answered RaiMan proposed the following answer: read and understand: http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen This should

[Sikuli-driver] [Question #663391]: Action (Click/Type) on similar elements on a screen

2018-01-22 Thread Vin Uppinkudru
New question #663391 on Sikuli: https://answers.launchpad.net/sikuli/+question/663391 I am newbie to Sikulix and I am trying to automate an application in Java Sikulix. Apologies if similar question has been answered in the past. I am feeling that the documentation is difficult to follow for an