[Sikuli-driver] [Question #185881]: concatenating two variables

2012-01-26 Thread Venkata Sandeepu Lade
New question #185881 on Sikuli: https://answers.launchpad.net/sikuli/+question/185881 Hi, I want to concatenate two variables in type statement could you please let me know how to do that ? Ex: perlscript is one variable and customer is second variable type(nohup perl +perlscript+ +customer) The

Re: [Sikuli-driver] [Question #185822]: Extracting system information using python _winreg

2012-01-26 Thread RaiMan
Question #185822 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185822 RaiMan proposed the following answer: I just realized, that this is Python C-type stuff you are using. _winreg and ctypes are not available in Jython environments, so this will not work with Sikuli scripts.

Re: [Sikuli-driver] [Question #185864]: Mac: How to sikuli executable (some-script.skl) from terminal

2012-01-26 Thread RaiMan
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 RaiMan posted a new comment: BTW: There is no need to produce Sikuli executables (zipped version of the respective .sikuli), since you can use the .sikuli the same way. .skl only make sense, if you want to

Re: [Sikuli-driver] [Question #185864]: Mac: How to sikuli executable (some-script.skl) from terminal

2012-01-26 Thread RaiMan
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 Summary changed to: Mac: How to sikuli executable (some-script.skl) from terminal -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #185864]: Mac: How to sikuli executable (some-script.skl) from terminal

2012-01-26 Thread RaiMan
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 RaiMan posted a new comment: One more thing: Have a look at http://www.jython.org/docs/library/commands.html#commands-utilities-for-running-commands With Jython it is recommended to switch from

Re: [Sikuli-driver] [Question #185864]: Mac: How to run sikuli executable (some-script.skl) from terminal

2012-01-26 Thread RaiMan
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 Summary changed to: Mac: How to run sikuli executable (some-script.skl) from terminal -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #185866]: Handing errors for wait function while looping CSV file

2012-01-26 Thread RaiMan
Question #185866 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185866 Status: Open = Answered RaiMan proposed the following answer: Your problem is the standard waiting time of 3 seconds with find operations (that are internally behind wait and click). I would solve it

Re: [Sikuli-driver] [Question #185866]: How to handle find failed errors for wait function while looping CSV file

2012-01-26 Thread RaiMan
Question #185866 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185866 Summary changed to: How to handle find failed errors for wait function while looping CSV file -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #185595]: Sikuli IDE hangs when I click take screen shot

2012-01-26 Thread RaiMan
Question #185595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185595 Status: Open = Answered RaiMan proposed the following answer: Standard command line knowledge ;-) parameters containing blanks have to be enclosed in apostrophes. java -jar C:\Program Files\Sikuli

Re: [Sikuli-driver] [Question #185595]: Sikuli IDE hangs when I click take screen shot

2012-01-26 Thread RaiMan
Question #185595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185595 RaiMan posted a new comment: BTW: your java installation looks strange. With current java versions it is usually: C:\Program Files\java\jre6\bin Do you have the latest version (original from Oracle)

Re: [Sikuli-driver] [Question #185881]: How to concatenate variables to a string --- use str(var) for non-strings

2012-01-26 Thread RaiMan
Question #185881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185881 Summary changed to: How to concatenate variables to a string --- use str(var) for non-strings -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #185881]: concatenating two variables

2012-01-26 Thread RaiMan
Question #185881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185881 Status: Open = Answered RaiMan proposed the following answer: type(nohup perl +str(perlscript)+ +str(customer)) I casted both variables, since it is not obvious which is the float ;-) -- You received

Re: [Sikuli-driver] [Question #185713]: Sikuli X-1.0rc3 and Maven support

2012-01-26 Thread Robert Stagner
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 Robert Stagner posted a new comment: @RaiMan Ok, I'll see what we can do to achieve this -- I'm not all that familiar with Maven. I'll see if our developers or release engineer can help me out with this.

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread daluu
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 daluu posted a new comment: what exact issues are you having with VNC server viewer/client setup? Perhaps you can work something out with IT to use a specific port for VNC. It defaults at 5900 for the

Re: [Sikuli-driver] [Question #185713]: Sikuli X-1.0rc3 and Maven support

2012-01-26 Thread Robert Stagner
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 Status: Open = Solved Robert Stagner confirmed that the question is solved: @RaiMan I worked with one of our developers and placed a copy of the jar file within our local repo (artifactory). It works

Re: [Sikuli-driver] [Question #185864]: Mac: How to run sikuli executable (some-script.skl) from terminal

2012-01-26 Thread Winners
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 Status: Answered = Solved Winners confirmed that the question is solved: Thanks RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #185864]: Mac: How to run sikuli executable (some-script.skl) from terminal

2012-01-26 Thread Winners
Question #185864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185864 Winners posted a new comment: When I used full path it worked: /Applications/Sikuli-IDE.app/Contents/MacOS/JavaApplicationStub /Users/Winners/Desktop/qa-scripts/executables/demo4.skl -- You received this

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread anmol_bagga10
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 anmol_bagga10 posted a new comment: ha ha.. u got me.. We are using window 7 on our machines , and the VM's os is windows server 2008.. most of the ports except some(8080 on which we are running fitnesse

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread anmol_bagga10
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 Status: Open = Solved anmol_bagga10 confirmed that the question is solved: ha ha.. u got me.. We are using window 7 on our machines , and the VM's os is windows server 2008.. most of the ports except

[Sikuli-driver] [Question #185973]: Not working in Ubuntu

2012-01-26 Thread Jason Hamilton
New question #185973 on Sikuli: https://answers.launchpad.net/sikuli/+question/185973 I installed Sikuli via apt-get on my Ubuntu 11.10 system but I am having problems running any scripts. I can take screenshots but when I try to run a script I get the folowing error. --

Re: [Sikuli-driver] [Question #185791]: How to run Sikuli On Virtual Machines

2012-01-26 Thread daluu
Question #185791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185791 daluu posted a new comment: anmol_bagga10, can you elaborate on a few things: * do you keep TeamViewer open all the time or you connect and disconnect at times same way as with VNC? * what port then does

Re: [Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots)

2012-01-26 Thread Srinivas Raju B
Question #175273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175273 Summary changed to: Change default image path (for saving screenshots) Description changed to: Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them

[Sikuli-driver] [Question #185989]: Change default image path (for saving screenshots)

2012-01-26 Thread Srinivas Raju B
New question #185989 on Sikuli: https://answers.launchpad.net/sikuli/+question/185989 The following question is asked by Harry Readinger Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them elsewhere (a

Re: [Sikuli-driver] [Question #185921]: empty output when running sikuli script from command line

2012-01-26 Thread RaiMan
Question #185921 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185921 Status: Open = Answered RaiMan proposed the following answer: Try to use Sikuli-IDE-w.bat instead of the .exe. Try to use os.popen or even Jython's subprocess module instead of run(). Check what

Re: [Sikuli-driver] [Question #185780]: Handling dynamic objects

2012-01-26 Thread RaiMan
Question #185780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185780 Status: Open = Answered RaiMan proposed the following answer: --- i am not able to understand the use of log.txt file in 2nd solution? You said, you want to click the next box on the next run of the