[Sikuli-driver] [Question #230694]: getting [error] Region.text: text recognition is currently switched off

2013-06-13 Thread rohit
New question #230694 on Sikuli: https://answers.launchpad.net/sikuli/+question/230694 Hi, I have started using Sikuli recently found the text recognition feature very exciting. I am facing a problem in reading text using Region.text(). Here is my program r = [defined a region using Create

Re: [Sikuli-driver] [Question #230694]: getting [error] Region.text: text recognition is currently switched off

2013-06-13 Thread rohit
Question #230694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230694 Status: Answered = Solved rohit confirmed that the question is solved: Thanks .. should have read this earlier, my bad... Have a great day -- You received this question notification because you

[Sikuli-driver] [Question #664843]: In MacOS How click on the top menu bar and need to verify the options in the drop down is enabled or disabled. if enabled then click on it. Please tell the java cod

2018-02-23 Thread Rohit
New question #664843 on Sikuli: https://answers.launchpad.net/sikuli/+question/664843 In MacOS How click on the top menu bar and need to verify the options coming in the drop down is enabled or disabled. if enabled then click on it. Please tell the java code with help of sikuli how this is

[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

[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

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

[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

[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: