[Sikuli-driver] [Bug 1584624] Re: Limitations of find and hover method in sikuli

2016-05-25 Thread Rohit cheetu
No..even this thing is not working. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1584624 Title: Limitations of find and hover method in sikuli Status in Sikuli: New Bug description: I'

[Sikuli-driver] [Bug 1584624] [NEW] Limitations of find and hover method in sikuli

2016-05-23 Thread Rohit cheetu
Public bug reported: I'm using the following code in my program : Region sc = new Screen(0); System.out.println(sc.text()); When I'm printing the whole screen, I am getting the following values : 13671333 13670464 13672725 13672724 13670005 13671351 13669396 13670477 13669408 13671293

Re: [Sikuli-driver] [Question #294060]: Problem with search by Text in Sikuli

2016-05-23 Thread Rohit cheetu
Question #294060 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294060 Linked to bug: #1584624 https://bugs.launchpad.net/bugs/1584624 "Limitations of find and hover method in sikuli" -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #294060]: Problem with search by Text in Sikuli

2016-05-22 Thread Rohit cheetu
New question #294060 on Sikuli: https://answers.launchpad.net/sikuli/+question/294060 I'm using the following code in my program : Region sc = new Screen(0); System.out.println(sc.text()); When I'm printing the whole screen, I am getting the following values : 13671333 13670464 13672725 1367

[Sikuli-driver] [Question #293975]: Not able to differentiate among images in Sikuli

2016-05-20 Thread Rohit cheetu
New question #293975 on Sikuli: https://answers.launchpad.net/sikuli/+question/293975 I have a requirement like where I will have a portal, I will be having all the elements highlighted in red color except the one in grey. I have to click on the grey colored image each time. This will be random