Re: [Sikuli-driver] [Question #578460]: What tesseract related improvements are expected with Sikuli 2?

2017-03-30 Thread Eugene S
Question #578460 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578460 Status: Answered => Solved Eugene S confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #562399]: Submenu Disappear when mouse is moved

2017-03-30 Thread JayG
Question #562399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/562399 Status: Open => Answered JayG proposed the following answer: Whenever my script stops working from a different environment the first thing i check is the screen resolution. That has been about 80% of my

Re: [Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-30 Thread JayGuajardo
Question #595513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/595513 Status: Answered => Solved JayGuajardo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Bug 1677689] [NEW] sikuli image recognition fails, even if the element is not present, it finds similar image

2017-03-30 Thread Prity
Public bug reported: Using RemoteScreen class. RemoteScreen's find() method finds similar image and clicks on the wrong image. Sikuli-X-1.0rc3 (r905) Java6 OS: 64 bit Win 8.1 ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you

Re: [Sikuli-driver] [Question #601443]: What is the command thatmakes the whole script to bupass the errors

2017-03-30 Thread RaiMan
Question #601443 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/601443 Status: Open => Answered RaiMan proposed the following answer: if you are talking about FindFailed errors: http://sikulix-2014.readthedocs.io/en/latest/region.html#exception-findfailed -- You received

[Sikuli-driver] [Question #601443]: What is the command thatmakes the whole script to bupass the errors

2017-03-30 Thread Stoyan Stoimenov
New question #601443 on Sikuli: https://answers.launchpad.net/sikuli/+question/601443 I realy want to know what is the command that makes the whole script to bypass errors. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #557456]: Help compile sikulix tg44

2017-03-30 Thread Launchpad Janitor
Question #557456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/557456 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #578456]: [1.1.1] macOS: App.focus: Occasionally: Where is osascript

2017-03-30 Thread RaiMan
Question #578456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578456 Status: Open => Answered RaiMan proposed the following answer: ok, this is much easier: def If_Choose_App_Appeared(): shitHappened = false setRect(458, 187, 823, 657) while

Re: [Sikuli-driver] [Question #601403]: Sikuli on XVFB Headless mode - Linux

2017-03-30 Thread RaiMan
Question #601403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/601403 Status: Open => Answered RaiMan proposed the following answer: Just give it a try. If it works: fine. If not, then please give me your setup details, so I might be able to fix it (as the offending

Re: [Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-30 Thread RaiMan
Question #595513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/595513 Description changed to: * possible solutions Since you do not see anything in the logfile, you are using simple print statements for your "logging" and not the features as

Re: [Sikuli-driver] [Question #595513]: Blank log file when run from command line

2017-03-30 Thread RaiMan
Question #595513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/595513 RaiMan proposed the following answer: ok, understood. Since you do not see anything in the logfile, you are using simple print statements for your "logging" and not the features as described here:

Re: [Sikuli-driver] [Question #578456]: [1.1.1] macOS: App.focus: Occasionally: Where is osascript

2017-03-30 Thread Jeff_Vallis
Question #578456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578456 Jeff_Vallis gave more information on the question: Can you help me code a workaround,have tried to understand http://sikulix-2014.readthedocs.io/en/latest/region.html#observing- visual-events-in-a-region but

[Sikuli-driver] [Question #601403]: Sikuli on XVFB Headless mode - Linux

2017-03-30 Thread Jeevan S
New question #601403 on Sikuli: https://answers.launchpad.net/sikuli/+question/601403 Hi , Information related to Sikuli on XVFB Headless mode dates back to 2013 . I would like to know the current status if we can execute Sikuli on XVFB with a Linux environment. Thanks -- You received this

Re: [Sikuli-driver] [Question #452897]: Unable to type '_' and capital letters in VNC screen

2017-03-30 Thread Tom Vandenbroeck
Question #452897 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/452897 Tom Vandenbroeck posted a new comment: Hello Raiman, Thank for the answer. I was already using the latest SikuliX 1.1.1 version, as my colleague did the implementation for the new VNC implementation. --