Re: [Sikuli-driver] [Question #231763]: Looking to automate across 5 applications

2013-07-03 Thread RaiMan
Question #231763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231763 Status: Open => Answered RaiMan proposed the following answer: YES, of course you can do that with Sikuli. To have it nice and easy, this should be the case: - the excel sheets are accessed programmatic

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-03 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 gregory confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-03 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 Status: Answered => Solved gregory confirmed that the question is solved: Thanks it is working. We had to modify a bit our code because we were expecting OS.LINUX for found corresponding image in image l

Re: [Sikuli-driver] [Question #230928]: Python Logging does not work as expected

2013-07-03 Thread Launchpad Janitor
Question #230928 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230928 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 #230890]: Not able to execute sikuli on Remote machine by telnet

2013-07-03 Thread Launchpad Janitor
Question #230890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230890 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

[Sikuli-driver] [Question #231799]: Can I use "Sikuli only" to develop my automation test project?

2013-07-03 Thread Parn Yin
New question #231799 on Sikuli: https://answers.launchpad.net/sikuli/+question/231799 Hi, nice to meet you. I'm a fan of Sikuli from China. Sikuli is really a great software and I like it very much! ^_^ Thank you for developing it! Now my company is going to start an automation test project to te

[Sikuli-driver] [Question #231803]: [error] java.lang.IllegalArgumentException ( java.lang.IllegalArgumentException: Invalid key code )

2013-07-03 Thread Rátkai István
New question #231803 on Sikuli: https://answers.launchpad.net/sikuli/+question/231803 After command TYPE "s1-7.7:5" how can I use ":" caracter in the string? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #231803]: [error] java.lang.IllegalArgumentException ( java.lang.IllegalArgumentException: Invalid key code )

2013-07-03 Thread RaiMan
Question #231803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231803 Status: Open => Answered RaiMan proposed the following answer: see faq 933 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #231799]: Can I use "Sikuli only" to develop my automation test project?

2013-07-03 Thread RaiMan
Question #231799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231799 Status: Open => Answered RaiMan proposed the following answer: the first question is: What testing environment is your company using currently? the next question would be: How can Sikuli features be int

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread twitty
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 twitty posted a new comment: any suggestions please? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread twitty
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 twitty posted a new comment: If I do not use Tomcat, running scripts from the local Jenkins, it works fine and scripts can interact with the screen. Wondering if it is something with running with window servi

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread twitty
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 twitty posted a new comment: I think the issue is my sikuli tests are not able to click/interact with the screen. I checked the Tomcat Logon option "Allow service to interact with Desktop" and restart the

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread RaiMan
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 RaiMan proposed the following answer: no, I think it has something to do with class loaders. I think on Tomcat there are different class loaders, that search in different locations. Ever debugged the situat

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread RaiMan
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 RaiMan proposed the following answer: Sorry, I think that was too fast. Just realized, that you are complaining that it does not click. So i suppose, that the image is loaded correctly and is found on the s

[Sikuli-driver] [Question #231816]: open a SWING GUI by running a Sikuli script

2013-07-03 Thread RayanRoger
New question #231816 on Sikuli: https://answers.launchpad.net/sikuli/+question/231816 Hi, I'm using the last sikuli version (1.0.0 - May 2013) running on a Windows7 - 64 bit with Java jre-7u21-windows-x64. I'm trying to run a sikuli script by using the command line : "%SIKULI%"\sikuli-script.cm

Re: [Sikuli-driver] [Question #231551]: cannot find images running from Tomcat Jenkins

2013-07-03 Thread twitty
Question #231551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231551 twitty posted a new comment: Thanks!! Yeah, most parts. Somehow, java -jar sikili-script.jar xxx.sikuli cannot run from the command line. But, it did not give me any errors running from eclipse, the local

Re: [Sikuli-driver] [Question #231816]: open a SWING GUI by running a Sikuli script

2013-07-03 Thread RaiMan
Question #231816 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231816 Status: Open => Answered RaiMan proposed the following answer: LOL, that is nice ;-) It does what you expect, but you cannot see it, because the script ends in the moment after self.setVisible(True) N

Re: [Sikuli-driver] [Question #231495]: highlight (and other region methods?) not working with Region subclass

2013-07-03 Thread Matthew Arnold
Question #231495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231495 Status: Needs information => Open Matthew Arnold gave more information on the question: Below is a trimmed version of what I first posted (the relevant code you asked for). On my computer, on 1.0.0, the

Re: [Sikuli-driver] [Question #231495]: highlight (and other region methods?) not working with Region subclass

2013-07-03 Thread RaiMan
Question #231495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231495 Status: Open => Answered RaiMan proposed the following answer: Could still not reproduce it neither on Mac nor on Win 7 64. But with my current development version I noticed a problem with Win 7 and hi

Re: [Sikuli-driver] [Question #231764]: create skl file not working/ can't run from scripts

2013-07-03 Thread liam henn
Question #231764 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231764 Status: Needs information => Open liam henn gave more information on the question: Sikuli-IDE-1.0.0-Win64 Windows 7 64bit, 8g Ram, i7 Java 7-25 I also have Java 6 installed but don't know how to make

Re: [Sikuli-driver] [Question #231799]: Can I use "Sikuli only" to develop my automation test project?

2013-07-03 Thread Parn Yin
Question #231799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231799 Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #231799]: Can I use "Sikuli only" to develop my automation test project?

2013-07-03 Thread Parn Yin
Question #231799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231799 Status: Answered => Solved Parn Yin confirmed that the question is solved: Thank you, RailMan. I will keep on thinking about these questions and start to try with Eclipse + PyDev. -- You received this

[Sikuli-driver] [Question #231848]: (Chinese (Simplified)) .jar file can not run with cmd[Windows Xp]

2013-07-03 Thread chenx
A question was asked in a language (Chinese (Simplified)) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/231848 Hello, My project run finely in eclipse, but I want to make a .jar file. When I export a .jar with eclipse, and run it with cm

[Sikuli-driver] [Question #231849]: .jar file can not run with cmd

2013-07-03 Thread chenx
New question #231849 on Sikuli: https://answers.launchpad.net/sikuli/+question/231849 Hello, My project run finely in eclipse, but I want to make a .jar file. When I export a .jar with eclipse, and run it with cmd or double click.The .jar can not run. There is an error as follows: org.sikuli.sc

Re: [Sikuli-driver] [Question #231495]: highlight (and other region methods?) not working with Region subclass

2013-07-03 Thread RaiMan
Question #231495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231495 Assignee: None => RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Ma

Re: [Sikuli-driver] [Question #231764]: create skl file not working/ can't run from scripts

2013-07-03 Thread RaiMan
Question #231764 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231764 Status: Open => Answered RaiMan proposed the following answer: Might be, that there is a problem with making .skl files (only possible anyway from menu File -> export) The support for .skl files is depr

Re: [Sikuli-driver] [Question #231764]: [1.0] create skl file not working - deprecated, do not do it

2013-07-03 Thread RaiMan
Question #231764 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231764 Summary changed to: [1.0] create skl file not working - deprecated, do not do it -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #231849]: .jar file can not run with cmd

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Open => Needs information RaiMan requested more information: How do you run the jar outside of eclipse? Are you moving sikuli-script.jar around, or is it integrated into your jar? Where is Siku

Re: [Sikuli-driver] [Question #231849]: .jar file can not run with cmd

2013-07-03 Thread chenx
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Needs information => Open chenx gave more information on the question: I export it contian sikuli-script.jar use eclipse. I use "java -jar /*.jar" in cmd At 2013-07-04 12:36:02,RaiMan wrot

Re: [Sikuli-driver] [Question #231849]: .jar file can not run with cmd

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Open => Answered RaiMan proposed the following answer: Currently moving sikuli-script.jar around or packing it together with other jars is a problem. If nothing else is said, Sikuli expects the

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Summary changed to: [1.0] assembled .jar at runtime: Native libraries not found -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread chenx
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Answered => Open chenx is still having a problem: I export jar file use eclipse(Expoxrt->Runnale jar file and config the specification). and I also try to use the FatJar tool to export it(Build

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Open => Answered RaiMan proposed the following answer: answered: see comment #3 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread chenx
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Answered => Open chenx is still having a problem: how to references in IDE's and -cp at runtime outside of IDE's? At 2013-07-04 13:36:11,RaiMan wrote: >Your question #231849 on Sikuli chang

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Open => Answered RaiMan proposed the following answer: Say you have Sikuli stuff at /Stuff/SikuliX containing sikuli-script.jar and the libs folder. in Eclipse: set a reference to /Stuff/Sikuli

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread chenx
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Answered => Open chenx is still having a problem: Thank you so much At 2013-07-04 14:16:37,RaiMan wrote: >Your question #231849 on Sikuli changed: >https://answers.launchpad.net/sikuli/+que

Re: [Sikuli-driver] [Question #231849]: [1.0] assembled .jar at runtime: Native libraries not found

2013-07-03 Thread RaiMan
Question #231849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231849 Status: Open => Solved RaiMan changed the question status: seems to be solved ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S