[Sikuli-driver] [Bug 696822] Re: [request] want a real standalone sikuli-script.jar

2013-03-26 Thread LavanyaBalaiah
Hi, I m using Mac OS X 10.8.2 (12C2034) and Sikuli version x-1.0rc2 and using java version 1.6.0_37.But I m getting the error while running the sikuli script in eclipse. /private/var/folders/p8/_86_gq1x6pn2j0bl0p0xtkmhgp/T/tmplib/libVisionProxy.jnilib: Library not loaded:

Re: [Sikuli-driver] [Question #225128]: log bug

2013-03-26 Thread RaiMan
Question #225128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225128 Status: Open = Answered RaiMan proposed the following answer: http://www.jython.org/docs/library/indexprogress.html which shows, what is implemented in Jython with respect to Python

Re: [Sikuli-driver] [Question #225152]: Open a Folder in Sikuli

2013-03-26 Thread RaiMan
Question #225152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225152 Status: Open = Answered RaiMan proposed the following answer: For standard Jython/Python features look: http://www.jython.org/docs/library/indexprogress.html what you need is os.listdir() -- You

Re: [Sikuli-driver] [Question #223905]: drag files to a folder filenames read from a file

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

[Sikuli-driver] [Bug 696822] Re: [request] want a real standalone sikuli-script.jar

2013-03-26 Thread RaiMan
When asking questions in comments to other questions, you should subscribe to the question, to get notified about comments to your comment. - upgrade to X-1.0rc3 (http://www.sikuli.org/download.html) - look faq 1436 -- You received this bug notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #223202]: Automating expand-collapse buttons using Sikuli

2013-03-26 Thread testdrive
Question #223202 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223202 Status: Answered = Solved testdrive confirmed that the question is solved: Found out a solution for this, though it won't solve the 'last possible challenge' in the above comment. This was my previous

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

2013-03-26 Thread anmol_bagga10
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 anmol_bagga10 posted a new comment: What you can do is make a folder in your project say lib and put the sikuli-script.jar in that. and include this dependency in ur pom file dependency

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

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

[Sikuli-driver] [Question #225201]: How to type numerical characters in french local system

2013-03-26 Thread lauvray
New question #225201 on Sikuli: https://answers.launchpad.net/sikuli/+question/225201 hello, Currently on windows 7 localized in French local system, when typing numerical characters, then character sent are not the right one. I am want to write string123 in a web field on a web navigator or

Re: [Sikuli-driver] [Question #225201]: How to type numerical characters in french local system

2013-03-26 Thread lauvray
Question #225201 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225201 lauvray posted a new comment: So my question : what is the solution to type with sikuli my text like string123 ? Thanks and best regards Luc -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #225201]: How to type numerical characters in french local system --- use paste()

2013-03-26 Thread RaiMan
Question #225201 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225201 Summary changed to: How to type numerical characters in french local system --- use paste() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #225201]: How to type numerical characters in french local system --- use paste()

2013-03-26 Thread RaiMan
Question #225201 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225201 Status: Open = Answered RaiMan proposed the following answer: as mentioned in the docs: type() only works with the standard US qwerty keyboard layout. With other layouts you have to use paste()

Re: [Sikuli-driver] [Question #225201]: How to type numerical characters in french local system --- use paste()

2013-03-26 Thread RaiMan
Question #225201 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225201 RaiMan proposed the following answer: in the case of numbers only this might work: type(123, KeyModifier.SHIFT) if it works, you have to split one type() into multiple type()'s for non-number groups and

[Sikuli-driver] [Question #225214]: unable to captuer screenshot

2013-03-26 Thread Sathyamoorthy
New question #225214 on Sikuli: https://answers.launchpad.net/sikuli/+question/225214 Hi, I Installed Sikuli on my machine. when I select Click Function, sikuli is not taking screen shots. even if i select 'take screenshot' and ctrl+shift+2 is also not allowing me to take screenshots. please

Re: [Sikuli-driver] [Question #225214]: unable to captuer screenshot

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

[Sikuli-driver] [Bug 701363] Re: [request] App.open should support command line options on Windows

2013-03-26 Thread Tom Hallett
Hi, sorry to bump this old thread. This issue was marked Fix Committed and Fix Released for x1.0-rc3, but I'm unclear how it was fixed. What is the recommended usage? Mac OS X: 10.6.7 Sikuli: X-1.0rc3 (r930) Firefox: 19.0.2 The following works: App.open(Firefox) But this doesn't (which is