[Sikuli-driver] [Question #665020]: Eclipse had an error when calling sikuli.

2018-02-26 Thread Ju1+i-我 .
New question #665020 on Sikuli: https://answers.launchpad.net/sikuli/+question/665020 hi all, here is my code : public class Test { public static void main(String args[]) { Screen s = new Screen(); } } Eclipse had an error when calling sikul: [error] RunTimeAPI:

[Sikuli-driver] [Bug 1740421] Re: Region not captured correctly in VNC session

2018-02-26 Thread Julian
I have found a way to bypass this issue: BufferedImage croppedImage = vnc.capture().getImage().getSubimage(xAxis, yAxis, width, height); ImageIO.write(croppedImage, "png", new File("tempRead.png")); String text = TextRecognizer.getInstance().recognize(ImageIO.read(new File("tempRead.png")));

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-26 Thread Akhil Ahuja
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Akhil Ahuja gave more information on the question: I am able to produce standalone jar now. Thank you raiman. This works for scripts created using Sikuli IDE. There I can easily export the script as runnable

[Sikuli-driver] [Bug 1751840] [NEW] Error creating App object on linux using Java

2018-02-26 Thread Mike Bedwell
Public bug reported: Using Java 9, and the latest 1.1.2 nightly build Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/exec/ExecuteStreamHandler  at java.base/java.lang.Class.forName0(Native Method)  at java.base/java.lang.Class.forName(Class.java:292)  at

Re: [Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-02-26 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Status: Answered => Open CCIOLA is still having a problem: Looking for Python does not help my need... -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-02-26 Thread sharon
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Answered => Open sharon is still having a problem: Our actual application to be automated is NOT notepad. This is just for the sample as we can not share the actual application. It is

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-26 Thread Akhil Ahuja
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Status: Answered => Open Akhil Ahuja is still having a problem: https://answers.launchpad.net/sikuli/+question/660613 https://answers.launchpad.net/sikuli/+faq/2947 Hi Raiman, Are above mentioned