Re: [Sikuli-driver] [Question #687424]: High resolution screen captures

2019-12-23 Thread diego
Question #687424 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687424 Status: Answered => Open diego is still having a problem: I still need to capture the high res images even if Tesseract is built- in into Sikuli. I have other reasons. How do I get around the low res

Re: [Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2019-12-23 Thread Daniel Shats
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Status: Needs information => Open Daniel Shats gave more information on the question: Windows 10 Java 8 (tried installing 9 and 10, Sikuli wouldn't load. Just kept saying "Sikuli IDE loading" but never

Re: [Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2019-12-23 Thread RaiMan
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Status: Open => Needs information RaiMan requested more information: System? Java? SikuliX version? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Manfred, apologies for the mis-assignment on the code, given that the code which I forgot to include is now available to you are you

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Manfred Hampl
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Answered Manfred Hampl proposed the following answer: But that definition (which isn't my proposal) is missing in your comment #13 Repeating RaiMan's command #8: please do not reply

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred, the definition is the one you proposed i.e. def test_if_char(value): for e in value:​

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Manfred Hampl
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Needs information Manfred Hampl requested more information: Where is the definition of test_if_char ? -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Changed all the variable names to be the same and the lines still fail. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Manfred Hampl
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Answered Manfred Hampl proposed the following answer: In the failing lines you have time_lefti instead of time_left_i -- You received this question notification because your team

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred, below is the simplified script plus a sub-routine it calls. Attached are a couple of screen shots

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Manfred Hampl
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Needs information Manfred Hampl requested more information: Can you provide a simplified version of your script - as short as possible but still failing, and provide the full text? --

[Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2019-12-23 Thread Daniel Shats
New question #687465 on Sikuli: https://answers.launchpad.net/sikuli/+question/687465 The mouse sometimes moves to its intended location only when run in slow motion, but sometimes not at all. I have tried placing wait() before and after to no avail. This occurs in multiple programs and

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Adding the *:* after the if makes no difference to the exception being raised. The def for get time left is: def

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Manfred Hampl
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Needs information Manfred Hampl requested more information: What is the definition of get_time_left? I only find a def for get_time() At the end of the "if" line you need a colon. The

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: I've done what was suggested and am still getting the error when the test procedure basically contains just the if statement: def

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Pritam Biswas confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Status: Answered => Solved Pritam Biswas confirmed that the question is solved: Thanks. I found out the issue. In my VM there was a setting enabled that was letting Chrome run in the background which is

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread RaiMan
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 RaiMan proposed the following answer: Uuups, strange: (did a copy of the running script) must be: chrome = App(r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe") to get the backslashes down to

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread RaiMan
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Summary changed to: IDE: How to solve/track strange problems -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-23 Thread RaiMan
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Open => Answered RaiMan proposed the following answer: Please go to the Launchpad site and answer/comment directly in the thread. Answering to the notification emails directly adds clutter to

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread RaiMan
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 RaiMan proposed the following answer: ... check the path to Chrome - might be different on your machine. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread RaiMan
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 RaiMan proposed the following answer: Then you should check again and run it step by step. For me it worked in every situation. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #687391]: Chrome AutoOpen via Sikulix

2019-12-23 Thread Pritam Biswas
Question #687391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687391 Pritam Biswas posted a new comment: Thanks Raiman. But this snippet gives me problem if Chrome is closed. It types the URL in some file explorer then getting out of this code. If Chrome is open then it's

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred thanks for the followup. The exception is raised when the ide does a check before executing the code