Re: [Sikuli-driver] [Question #665044]: Constantly Checking for GUI Failure Messages In Test

2018-03-01 Thread RaiMan
Question #665044 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665044 Status: Open => Answered RaiMan proposed the following answer: see the observe feature (use at least version 1.1.1):

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

2018-03-01 Thread RaiMan
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Open => Answered RaiMan proposed the following answer: Very hard to get behind the reason in such situations. BTW: type() and write() internally are the same: using the features of Java Robot

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

2018-03-01 Thread sharon
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 sharon posted a new comment: Any updates from anyone? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #665115]: Successful add of image path, unable to load images

2018-03-01 Thread Mike Bedwell
New question #665115 on Sikuli: https://answers.launchpad.net/sikuli/+question/665115 This is successful ImagePath.add("com.jaditd.wood.Wood/images"); This is also successful Pattern gather = new Pattern("/images/gatherWood.png"); This fails, though, I think since the Image path modification

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

2018-03-01 Thread Mike Bedwell
It's worth noting, part of the failure was mine for not remembering the dependency issues (needing to install an older opencv (version 2) and tesseract. The only real 'issue' was that without combining the two jar files' class files, I was unable to successfully run the installer. [debug

Re: [Sikuli-driver] [Question #665097]: Ubunto Linux Installation

2018-03-01 Thread Mike Bedwell
Question #665097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665097 Mike Bedwell proposed the following answer: ldd requires the full path to the library you want to check. Most linux distros would store it in /usr/lib change your command to 'ldd -r

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

2018-03-01 Thread Mike Bedwell
Of course. I'm fairly confident I over-complicated the solution, thus the lack of real detail. I installed opencv 2.4 and tesseract 3.05 on the system, as the installers check for the usability of libVisionProxy was failing due to those libraries missing. I wasn't sure if there were somehow

Re: [Sikuli-driver] [Question #665063]: SikuliX freezes in the IDE, when using tools

2018-03-01 Thread Michael Blomli
Question #665063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665063 Status: Needs information => Open Michael Blomli gave more information on the question: java version "1.8.0_162" Java(TM) SE Runtime Environment (build 1.8.0_162-b12) Java HotSpot(TM) 64-Bit Server VM

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-03-01 Thread yop
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 Status: Answered => Open yop is still having a problem: Hello, After some Holidays and few tests. For information the solution for me is the following script : myApp=App('PathtoMyApp') myApp.open()

Re: [Sikuli-driver] [Question #665063]: SikuliX freezes in the IDE, when using tools

2018-03-01 Thread RaiMan
Question #665063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665063 Status: Open => Needs information RaiMan requested more information: what SikuliX? what System? what Java? -- You received this question notification because your team Sikuli Drivers is an answer

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

2018-03-01 Thread RaiMan
Thanks for evaluation. --- After installing the necessary dependancies in linux and modifying the setup jar a bit ... possible to share more specific information? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

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

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 CCIOLA posted a new comment: Thanks for the concern! :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #665063]: SikuliX freezes in the IDE, when using tools

2018-03-01 Thread RaiMan
Question #665063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665063 Description changed to: Hi installed SikuliX today, and it worked fine the first minute or so. I made it take an screenshot and an click command, ran it and it worked fine. Then I clicked the take screenshot

[Sikuli-driver] [Bug 1752592] Re: [request] SikuliX features cheat sheet - quick reference

2018-03-01 Thread RaiMan
see related question ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.2 -- You received this bug

[Sikuli-driver] [Bug 1752592] [NEW] [request] SikuliX features cheat sheet - quick reference

2018-03-01 Thread RaiMan
Public bug reported: Hi, do you know some Jython cheat sheet, listing the main commands? I am looking for something like this, but of Jython: https://thoughtbot.com/upcase/test-driven-rails-resources/capybara.pdf []s ** Affects: sikuli Importance: Medium Assignee: RaiMan

Re: [Sikuli-driver] [Question #665097]: Ubunto Linux Installation

2018-03-01 Thread RaiMan
Question #665097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665097 Status: Open => Answered RaiMan proposed the following answer: I am not a Linux expert, but it might be, that the ldd command needs a valid path to the file. Should be /usr/local/bin normally. -- You

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

2018-03-01 Thread RaiMan
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 RaiMan proposed the following answer: made it a request bug -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #664859]: Status of bug #1752592 changed to 'In Progress' in Sikuli

2018-03-01 Thread RaiMan
Bug #1752592 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1752592 "[request] SikuliX features cheat sheet - quick reference" This bug is linked to #664859. Jython cheat sheet https://answers.launchpad.net/sikuli/+question/664859 -- You received this

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

2018-03-01 Thread RaiMan
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Linked to bug: #1752592 https://bugs.launchpad.net/bugs/1752592 "[request] SikuliX features cheat sheet - quick reference" -- You received this question notification because your team Sikuli

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

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 CCIOLA posted a new comment: Thanks @podolyan-roman, @RaiMan, it could really help who is starting as a quick guide/reference. -- You received this question notification because your team Sikuli Drivers is

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

2018-03-01 Thread RaiMan
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Status: Open => Answered RaiMan proposed the following answer: ok, understood. Something like that is not available, at least directly from within SikuliX docs. Currently the only source for that are

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

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Status: Answered => Open CCIOLA is still having a problem: Hi, I'm looking for a list or summary of the commands most applied on SikuliX, explaining what each one do, for instance: wait() - waits for

[Sikuli-driver] [Question #665097]: Ubunto Linux Installation

2018-03-01 Thread Jeff_Vallis
New question #665097 on Sikuli: https://answers.launchpad.net/sikuli/+question/665097 Just installed Ubuntu 16.04LTS on an old laptop Now trying to install SIKULIX - so instead of just diving in i have read the instructions first and not even downloaded Sikuli Found this and Following the