Re: [Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-10 Thread Ven Karri
Question #670809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670809 Ven Karri gave more information on the question: Also, FYI: Running Tiger VNC Server on Cent OS 7 -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-10 Thread Ven Karri
New question #670809 on Sikuli: https://answers.launchpad.net/sikuli/+question/670809 Let's take an example: vncscreen = sikulix.vncStart('xxx', 5901, 'password')# works perfect vncscreen.capture() # works perfect -- gets a

Re: [Sikuli-driver] [Question #670780]: OCR using sikuli-api-1.2.0

2018-07-10 Thread Naveen Vangipurapu
Question #670780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670780 Status: Answered => Solved Naveen Vangipurapu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread Max
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Max posted a new comment: Value of mail is for example: FromSubject ReceivedSize Lastname, Firstname Subjecttext 22:09 46 KB -- You received this question notification because your

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread Max
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Status: Answered => Open Max is still having a problem: I'm running Sikulix 1.1.0 on Windows 7 64bit, Java Version 8, Update 152. Here is my code snippet with some comments:

[Sikuli-driver] [Question #670802]: can Tear-able &/or rearrangeable tabs be added to Sikuli IDE

2018-07-10 Thread dude
New question #670802 on Sikuli: https://answers.launchpad.net/sikuli/+question/670802 Hello, Less a question and more a request for a future build, but can tear-able &/or rearrangeable tabs be added to Sikuli IDE I tend to leave scripts open and I would like to be able to rearrange them or if

[Sikuli-driver] [Question #670801]: Unable to use Finder with Jython where Screen works OK

2018-07-10 Thread forrest
New question #670801 on Sikuli: https://answers.launchpad.net/sikuli/+question/670801 I have a Jython2.7 Project setup in Eclipse eclipse.PYTHONPATH in IDE set to: ( "C:\sikulix\sikulixapi.jar", "C:\Users\m\AppData\Roaming\Sikulix\Lib

[Sikuli-driver] [Bug 1780926] Re: On Mac 10.14 mouse actions are restricted

2018-07-10 Thread RaiMan
Made it invisible ;-) ** Changed in: sikuli Status: New => Invalid ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1780926] Re: On Mac 10.14 mouse actions are restricted

2018-07-10 Thread Kajal Singh
** Information type changed from Public to Private -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1780926 Title: On Mac 10.14 mouse actions are restricted Status in Sikuli: New Bug

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread RaiMan
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Status: Open => Answered RaiMan proposed the following answer: Uuups, should have read your message more carefully, sorry. What system? What Java? could you please paste the offending code snippet?

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread Max
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Max posted a new comment: and yes: i did the .encode.decode utf-8 thing with my variable -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread Max
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Status: Answered => Open Max is still having a problem: no i‘m using „paste(myvariable)“ to paste the string into the textbox. -- You received this question notification because your team Sikuli

[Sikuli-driver] [Bug 1780926] [NEW] On Mac 10.14 mouse actions are restricted

2018-07-10 Thread Kajal Singh
Public bug reported: On Mac 10.14 mouse actions are restricted. When we use any actions related to mouse the output shows: [error] RobotDesktop: checkMousePosition: should be L(1521,432)@S(0)[0,0 1920x1080] but after move is L(685,99)@S(0)[0,0 1920x1080] Possible cause in case you did not touch

Re: [Sikuli-driver] [Question #670771]: Monitor Sikulix scenarios

2018-07-10 Thread RaiMan
Question #670771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670771 RaiMan proposed the following answer: As mentioned: switch on debugging (see docs) for the Java command use -Dsikuli.Debug=3 and look in the output, what is said about screens/monitors. If no monitor is

Re: [Sikuli-driver] [Question #670783]: Different character encoding when using CMD instead of IDE

2018-07-10 Thread RaiMan
Question #670783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670783 Status: Open => Answered RaiMan proposed the following answer: using print? if yes: try with uprint() this is from the sources (Lib/sikuli/Sikuli.py): ## # some support for handling unicode and

Re: [Sikuli-driver] [Question #670780]: OCR using sikuli-api-1.2.0

2018-07-10 Thread RaiMan
Question #670780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670780 Status: Open => Answered RaiMan proposed the following answer: --- sikuli-api-1.2.0.jar wrong place here. look: https://github.com/sikuli/sikuli-api SikuliX has a Tesseract based OCR feature. I am not

Re: [Sikuli-driver] [Question #670771]: Monitor Sikulix scenarios

2018-07-10 Thread chekhab Imed
Question #670771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670771 chekhab Imed posted a new comment: The sikulix (1.1.2) is installed on a W7. the check I'm trying to make is launched from centreon with the following command: ./check_nrpe -H W7-Machine -c "check_sikulix"

Re: [Sikuli-driver] [Question #670542]: How to use HTMLTestRunner to create a test report

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