Re: [Sikuli-driver] [Question #673166]: [1.1.4] How to run .py script with Jython?

2018-09-02 Thread Jean-Francois Thuong
Question #673166 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673166 Status: Answered => Open Jean-Francois Thuong is still having a problem: Hi, Thanks for the answer >> Follow the instructions on the download page to get the IDE running with Jython. Do you mean: *

[Sikuli-driver] [Question #673288]: Detecting clicks outside of an element in the interface

2018-09-02 Thread Rita Maia
New question #673288 on Sikuli: https://answers.launchpad.net/sikuli/+question/673288 Hello, Is it possible in Sikuli to detect a mouse click outsite of an element from an interface? For example: I want to click on a button, but somehow i clicked outside of the button region but that click

Re: [Sikuli-driver] [Question #670115]: Ubuntu 18.04: only openCV 3.2 libs are available with aptget

2018-09-02 Thread Patrick L Archibald
Question #670115 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670115 Patrick L Archibald posted a new comment: I am running into this openCV issue on 18.04. So, just to confirm. Sikuli will not install and run on Ubuntu 18.04, correct? -- You received this question

Re: [Sikuli-driver] [Question #673176]: Failed tests are marked as "error" instead of "failed" in report

2018-09-02 Thread zhenya
Question #673176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673176 Status: Answered => Solved zhenya 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 1790281] Re: ctrl + F does not work in version 1.1.4

2018-09-02 Thread RaiMan
*** This bug is a duplicate of bug 1788811 *** https://bugs.launchpad.net/bugs/1788811 ** This bug has been marked a duplicate of bug 1788811 [1.1.4] IDE: menu EDIT - Find: currently not operational -- You received this bug notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #673220]: execution in the background

2018-09-02 Thread RaiMan
Question #673220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673220 Status: Open => Answered RaiMan proposed the following answer: not possible with SikuliX: it uses the real screen and handles mouse/keyboard while running a script exclusively For possible solutions

Re: [Sikuli-driver] [Question #673176]: Failed tests are marked as "error" instead of "failed" in report

2018-09-02 Thread RaiMan
Question #673176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673176 Status: Open => Answered RaiMan proposed the following answer: basic unittesting knowledge: a test has to return false or raise assert exception to signal failed. if a test does not return anything,