Re: [Sikuli-driver] [Question #679594]: [1.1.4] Linux: vncStart: odd looking screenshots and image not found

2019-04-15 Thread lyukun
Question #679594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679594 Status: Answered => Solved lyukun 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 1338257] Re: [1.1.0-Beta1]NullPointerException when sikuli ends running from command line --- fixed in Beta3

2019-04-15 Thread Bharatendu SOUMIL
Is there perhaps any workaround this, to get scripts to run through the cmd? Any leads on this would be really appreciatedThanks a lot!! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1338257

[Sikuli-driver] [Bug 1338257] Re: [1.1.0-Beta1]NullPointerException when sikuli ends running from command line --- fixed in Beta3

2019-04-15 Thread Bharatendu SOUMIL
Good Day Sir, I experienced similar problems whilst running the scripts from the cmd.exe After running the following command: java -jar sikulix.jar -r JobPostings\main_func.sikuli, i get this: [error] script [ main_func ] stopped with error at line --unknown-- [error] Error caused by:

Re: [Sikuli-driver] [Question #680274]: go to x y position capture a picture

2019-04-15 Thread Marc Summers
Question #680274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680274 Status: Answered => Solved Marc Summers confirmed that the question is solved: OK, great, Thanks RaiMan, that answers my question. :) -- You received this question notification because your team

Re: [Sikuli-driver] [Question #680274]: go to x y position capture a picture

2019-04-15 Thread RaiMan
Question #680274 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680274 Status: Open => Answered RaiMan proposed the following answer: To capture something, you must know the (x,y) location and the width and height. image = capture(x,y,w,h) -- You received this question

Re: [Sikuli-driver] [Question #680268]: Holding down CTRL+SHIFT+ALT: use keyDown(Key.CTRL + Key.SHIFT + Key.ALT)

2019-04-15 Thread RaiMan
Question #680268 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680268 Summary changed to: Holding down CTRL+SHIFT+ALT: use keyDown(Key.CTRL + Key.SHIFT + Key.ALT) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #680274]: go to x y position capture a picture

2019-04-15 Thread Marc Summers
New question #680274 on Sikuli: https://answers.launchpad.net/sikuli/+question/680274 is there a way to go to an X Y location on a page then capture a text picture? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #680268]: Holding down CTRL+SHIFT+ALT for at least 5 seconds

2019-04-15 Thread IAN ROBINSON
Question #680268 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680268 Status: Answered => Solved IAN ROBINSON confirmed that the question is solved: Great, That works many thanks IAN -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #680214]: IDE has switches to a different IME

2019-04-15 Thread RaiMan
Question #680214 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680214 RaiMan posted a new comment: no problem, glad it is solved. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #680268]: Holding down CTRL+SHIFT+ALT for at least 5 seconds

2019-04-15 Thread RaiMan
Question #680268 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680268 Status: Open => Answered RaiMan proposed the following answer: Not sure, wether this works at all this way. You might try with: keyDown(Key.CTRL + Key.SHIFT + Key.ALT) so it internally gets one Robot

Re: [Sikuli-driver] [Question #680214]: IDE has switches to a different IME

2019-04-15 Thread IAN ROBINSON
Question #680214 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680214 Status: Answered => Solved IAN ROBINSON confirmed that the question is solved: Got to the Bottom of this. For some unknown reason the IDE default Font had changed from 'monospaced' to 'AlienCaret'

Re: [Sikuli-driver] [Question #680261]: Display expected image when test fails in HTML test report

2019-04-15 Thread RaiMan
Question #680261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680261 RaiMan proposed the following answer: Uuups, I thought, that you had already solved that (by some wrapper around the findop or the findFailedHandler faeture) . In normal SikuliX, there is no feature like

[Sikuli-driver] [Question #680268]: Holding down CTRL+SHIFT+ALT for at least 5 seconds

2019-04-15 Thread IAN ROBINSON
New question #680268 on Sikuli: https://answers.launchpad.net/sikuli/+question/680268 Hi I'm using the following to restart our software (it shuts down and relaunches)... this works :) type(Key.F5, Key.CTRL) Immediately after pressing CTRL+F5 the user can press CTRL+SHIFT+ALT (as a

Re: [Sikuli-driver] [Question #680261]: Display expected image when test fails in HTML test report

2019-04-15 Thread Asheru
Question #680261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680261 Asheru posted a new comment: One question though, how do I get the image that was not found? I mean from where do I get the current Findfailed image for example? -- You received this question notification

[Sikuli-driver] [Bug 1824785] Re: [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()

2019-04-15 Thread RaiMan
thanks for finding. ** Changed in: sikuli Status: Opinion => Fix Committed ** Changed in: sikuli Importance: Undecided => Critical ** Summary changed: - [1.1.4] IDE, Win, Python: not utf-8 in message-area by print() + [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()

[Sikuli-driver] [Bug 1824785] Re: [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()

2019-04-15 Thread RaiMan
** Changed in: sikuli Status: New => Opinion ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.4 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #680253]: Looping infinite with observer

2019-04-15 Thread RaiMan
Question #680253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680253 RaiMan posted a new comment: Python surely is the best choice for you, since it only has a few basic principles and huge support in the net, since it is the most used language in the world. All the best and

Re: [Sikuli-driver] [Question #680261]: Display expected image when test fails in HTML test report

2019-04-15 Thread Asheru
Question #680261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680261 Asheru posted a new comment: Yeah, i;m using a custom HTMLTestRunner. Thanks for the answer, so it is possible. At least I know that investing time in it will produce the desired result. -- You received

Re: [Sikuli-driver] [Question #680261]: Display expected image when test fails in HTML test report

2019-04-15 Thread RaiMan
Question #680261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680261 Status: Open => Answered RaiMan proposed the following answer: apparently you are already using your own version of the HTMLTestRunner. You have to track down in its code to the place, where the log

Re: [Sikuli-driver] [Question #680214]: IDE has switches to a different IME

2019-04-15 Thread RaiMan
Question #680214 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680214 Status: Open => Answered RaiMan proposed the following answer: Sorry, I now realized, that I completely misunderstood your problem. But now I have to say again sorry: I have no idea. If it is not

Re: [Sikuli-driver] [Question #680253]: Looping infinite with observer

2019-04-15 Thread MP
Question #680253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680253 Status: Answered => Solved MP confirmed that the question is solved: Thank you, I gonna delve more into the syntax of python. It is "easier" and more "logical" for me then other programming languages.

Re: [Sikuli-driver] [Question #680214]: IDE has switches to a different IME

2019-04-15 Thread IAN ROBINSON
Question #680214 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680214 Status: Answered => Open IAN ROBINSON is still having a problem: Hi RaiMan All my scripts are UTF-8 encoded... editing the same script (.py) in NotePad++ shows this as normal. Also loading the same

[Sikuli-driver] [Bug 1824785] [NEW] [1.1.4] IDE, Win, Python: not utf-8 in message-area by print()

2019-04-15 Thread partosXP
Public bug reported: 1. Version - 1.1.4 Snapshot, builds: #281 (works good with versions - 1.1.0-1.1.3). 2. Windows 10 Ent 1803 64-bit, System Locale - Ru. 3.1 Steps to reproduce: -Start IDE, create New Script. -Print("Тест") # (unicode symbols) -Run Result: In Message area: "Тест"

[Sikuli-driver] [Question #680261]: Display expected image when test fails in HTML test report

2019-04-15 Thread Asheru
New question #680261 on Sikuli: https://answers.launchpad.net/sikuli/+question/680261 Hello, Right now in case of a test failure we show the screenshot in the HtmlTest report. Here is a snippet for this: runner = HagerHtmlTestRunner.HagerHtmlTestRunner( stream=output,

Re: [Sikuli-driver] [Question #680253]: Looping infinite with observer

2019-04-15 Thread RaiMan
Question #680253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680253 Status: Open => Answered RaiMan proposed the following answer: What you are missing is some basic understanding of scripting and here especially with Python. Every scripting language has some regular