Re: [Sikuli-driver] [Question #650551]: Finding an image/object inside a captured image

2017-07-20 Thread RaiMan
Question #650551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/650551 Status: Open => Answered RaiMan proposed the following answer: this is the normal way: Match label = s.find("Label1.PNG"); label.click("expand.PNG"); "expand.PNG" is searched in the Region defined by t

[Sikuli-driver] [Question #650551]: Finding an image/object inside a captured image

2017-07-20 Thread Varun Gupta
New question #650551 on Sikuli: https://answers.launchpad.net/sikuli/+question/650551 I have requirement, to work with tree structure using Sikuli(1.1.0) with Java On the Application Under Test, we have multiple expand buttons(+) with unique labels. Using Sikuli I am able to identify the lables