[Sikuli-driver] [Question #677975]: Can't launch mac desktop app from SikuliX

2019-01-21 Thread Melvin Raymond
New question #677975 on Sikuli: https://answers.launchpad.net/sikuli/+question/677975 I'm running SikuliX on Mojave. I can open apps like Text Editor, and other apps via the IDE, but I do not seem to be able to launch our application that I want to write tests for. This works: App.open ("/Appl

Re: [Sikuli-driver] [Question #677799]: Use dotted characters in Windows

2019-01-21 Thread Manfred Hampl
Question #677799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677799 Status: Open => Needs information Manfred Hampl requested more information: For an attempt to find the real encoding scheme, can you provide the values of "á".bytes, "é".bytes, "ö".bytes, ... -- You re

Re: [Sikuli-driver] [Question #677799]: Use dotted characters in Windows

2019-01-21 Thread Akos Kovacs
Question #677799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677799 Status: Needs information => Open Akos Kovacs gave more information on the question: @Manfred Hampl: Text file has ANSI encoding. It was created with command prompt, it is output of a command. I opened

Re: [Sikuli-driver] [Question #677960]: TypeError: 'NoneType' object is not callable - from HTML test runner

2019-01-21 Thread Rares Pasca
Question #677960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677960 Rares Pasca posted a new comment: This comes apparently from HTMLTestRunner.py line 678: def run(self, test): "Run the given test case or test suite." result =

Re: [Sikuli-driver] [Question #677960]: TypeError: 'NoneType' object is not callable - from HTML test runner

2019-01-21 Thread Rares Pasca
Question #677960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677960 Rares Pasca posted a new comment: Forgot to add the code for main: if __name__== "__main__": myClass.createFolder(HagercadConfig.HAGERCAD_TEST_REPORTS_FOLDER) unittest.TextTestRunner(verbosit

[Sikuli-driver] [Question #677960]: TypeError: 'NoneType' object is not callable - from HTML test runner

2019-01-21 Thread Rares Pasca
New question #677960 on Sikuli: https://answers.launchpad.net/sikuli/+question/677960 Hello, i am using Sikuli,unittest and HTMLTestRunner . I have a CSV file that looks like this for example: startApp,createNewProject startApp,createNewProject,createDiagram For each line in the CSV I'm creatin

Re: [Sikuli-driver] [Question #677316]: [1.1.4] Where to find JavaScript examples

2019-01-21 Thread Launchpad Janitor
Question #677316 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677316 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-21 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 matteoa confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-21 Thread matteoa
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks a lot! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #677880]: Output/stdout from python script in Sikuli IDE was cut

2019-01-21 Thread Li Jinjing
Question #677880 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677880 Li Jinjing posted a new comment: And I think this runScript is a little limited for us, cause we need to deal the strings from powershell script. And are there any suggestions about how to use subprocess.pop

Re: [Sikuli-driver] [Question #677880]: Output/stdout from python script in Sikuli IDE was cut

2019-01-21 Thread Li Jinjing
Question #677880 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677880 Li Jinjing posted a new comment: Thanks for your reply. I followed the steps in the Example for powershell, run "returnCode = runScript('powershell get-process)" in sikuli IDE, the result is : [info] runcm