[Sikuli-driver] [Question #207914]: sikuli support will be on win8 ?

2012-09-07 Thread prabhu
New question #207914 on Sikuli: https://answers.launchpad.net/sikuli/+question/207914 I could able to take a snapshot(try to use the function calls which is available in the leftpane in sikuli IDE. once click on function calls sikuli IDE vanish after the snapshot functionality is not coming)

Re: [Sikuli-driver] [Question #207885]: What would be the best approach way to execute the test script on different machines?

2012-09-07 Thread RaiMan
Question #207885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207885 Status: Open = Answered RaiMan proposed the following answer: --- preparing to run a Sikuli workflow on other machines If you want to run something, that contains Sikuli features (either a Sikuli

Re: [Sikuli-driver] [Question #207914]: sikuli support will be on win8 ?

2012-09-07 Thread RaiMan
Question #207914 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207914 Status: Open = Answered RaiMan proposed the following answer: Sikuli runs on Win 8, if you have a JRE 6 32-Bit installed and setup all the other prereqs (see faq 2005) -- You received this question

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Answered = Open Andrew Munro is still having a problem: Ok confirmed that I could get it working in the jython shell, however I want it to execute and run my script with a single .bat I tried:

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Open = Answered RaiMan proposed the following answer: no need to run a ready script using sikuli-ide.bat try this: java -cp sqlite-jdbc.jar;c:\Program Files\Sikuli X\sikuli-script.jar -jar

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 RaiMan posted a new comment: or even this (since sikuli-script.jar is already in cp): java -cp sqlite-jdbc.jar;c:\Program Files\Sikuli X\sikuli-script.jar org.sikuli.script.SikuliScript run_suite.sikuli

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Andrew Munro posted a new comment: Nope, still can't find the driver. Im confused now, I thought I had to add jython to my cp or something? Using: %JAVA_EXE% -cp

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Solved = Open Andrew Munro is still having a problem: Ok, I tried this: %JAVA_EXE% -Xms64M -Xmx512M -cp sqlite-jdbc.jar;Sikuli-X-1.0rc3\Sikuli- IDE\sikuli-script.jar -jar jython.jar

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Answered = Solved Andrew Munro confirmed that the question is solved: Ok, I tried this: %JAVA_EXE% -Xms64M -Xmx512M -cp sqlite-jdbc.jar;Sikuli-X-1.0rc3\Sikuli- IDE\sikuli-script.jar -jar

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Open = Answered RaiMan proposed the following answer: what about suggestion in comment #14 ? and this might work java -cp sqlite-jdbc.jar;c:\Program Files\Sikuli X\sikuli-script.jar

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 RaiMan posted a new comment: ok, tomorrow now is today ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 RaiMan requested more information: Again: If you send me the download link for the driver, I will check tomorrow on my Win 7 -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Andrew Munro posted a new comment: http://code.google.com/p/sqlite-jdbc/ Driver works fine because it worked in the jython shell :3 -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Andrew Munro 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

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread Andrew Munro
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Status: Answered = Solved Andrew Munro confirmed that the question is solved: Hey it works %JAVA_EXE% -Xms64M -Xmx512M -cp sqlite-jdbc.jar;Sikuli-X-1.0rc3\Sikuli- IDE\sikuli-script.jar

Re: [Sikuli-driver] [Question #207739]: Sqlite in Sikuli/jython

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 RaiMan posted a new comment: always welcome ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #207739]: How to use JDBC Sqlite in Sikuli Script (Jython)

2012-09-07 Thread RaiMan
Question #207739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207739 Summary changed to: How to use JDBC Sqlite in Sikuli Script (Jython) Description changed to: --- final solution: see comment #22 - I tried to import sqlite3 into

[Sikuli-driver] [Question #207933]: Sikuli closing on first time use. Pressing practically any button take screenshot/insert image/exists/find closes the program

2012-09-07 Thread Ivan Ho
New question #207933 on Sikuli: https://answers.launchpad.net/sikuli/+question/207933 Can't even begin using the program as it closes on the first button pressed. Basically all the find/mouse action/keyboard actions that involve using a screenshot automatically close the program. As does take

Re: [Sikuli-driver] [Question #207933]: Sikuli closing on first time use. --- JAVA 7 not supported !!!!

2012-09-07 Thread RaiMan
Question #207933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207933 Status: Open = Answered RaiMan proposed the following answer: this is a well known and often documented situation! See faq 2005 -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #207933]: Sikuli closing on first time use. --- JAVA 7 not supported !!!!

2012-09-07 Thread RaiMan
Question #207933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207933 Summary changed to: Sikuli closing on first time use. --- JAVA 7 not supported -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #207935]: region.find(some text)

2012-09-07 Thread Elena
New question #207935 on Sikuli: https://answers.launchpad.net/sikuli/+question/207935 I have some troubles with region.find(text) . If I target it on e.g. Menu item of the desktop app main menu, it works fine. But if targeting on UI that's being drawn by open GL (the text font is just the same)

Re: [Sikuli-driver] [Question #207935]: region.find(some text)

2012-09-07 Thread RaiMan
Question #207935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207935 Status: Open = Answered RaiMan proposed the following answer: use latest version r930 http://sikuli.org/download.shtml#last-build and be aware: bug 710586 -- You received this question notification

Re: [Sikuli-driver] [Question #207935]: region.find(some text)

2012-09-07 Thread Elena
Question #207935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207935 Status: Answered = Open Elena is still having a problem: I have the latest build r930. But the problem still occurs. I know that the text recognition is in beta and still has a lot of problems.

Re: [Sikuli-driver] [Question #207935]: region.find(some text)

2012-09-07 Thread RaiMan
Question #207935 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207935 Status: Open = Answered RaiMan proposed the following answer: GUI or application specific aspects do not matter for Sikuli - what counts are the pixels on the screen. So region.find() using images

Re: [Sikuli-driver] [Question #207885]: What would be the best approach way to execute the test script on different machines?

2012-09-07 Thread Alex Yi
Question #207885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207885 Alex Yi posted a new comment: Thank you so much RaiMan. I really appreciate it. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #207885]: What would be the best approach way to execute the test script on different machines?

2012-09-07 Thread Alex Yi
Question #207885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207885 Status: Answered = Solved Alex Yi 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,

[Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread Alex Yi
New question #207946 on Sikuli: https://answers.launchpad.net/sikuli/+question/207946 Hi again, So I have created a script using the Sikuli IDE and exported the test as an executable. I am using Windows 7 - 64bit OS and internet explorer 8 for launching our web application. Running the test

[Sikuli-driver] [Bug 860412] Re: [request] want preset for input field in input()

2012-09-07 Thread Natalya Yatsenko
Hi, I have sikulu X-1.0rc3(r905) version and it doesn't allow we to use optional parameter: TypeError: input() takes at most 1 argument (2 given) In online documentation it's written that it's already in X-1.0rc3. http://sikuli.org/docx/globals.html#interacting-with-the-user You may want to

Re: [Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread RaiMan
Question #207946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207946 Status: Open = Answered RaiMan proposed the following answer: -- is there a real active screen on the remote machine, while script runs? -- click(1346780969393-1.png) this seems to click the maximize

Re: [Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread Alex Yi
Question #207946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207946 Alex Yi posted a new comment: What do you mean by real active screen? One of the developers at my company thinks it maybe due to display driver missing on the machine that I was testing against. Are you

[Sikuli-driver] [Bug 860412] Re: [request] want preset for input field in input()

2012-09-07 Thread RaiMan
@ Natalya see comment #2 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/860412 Title: [request] want preset for input field in input() Status in Sikuli: Fix Committed Bug description: In

[Sikuli-driver] [Bug 860412] Re: [request] want preset for input field in input()

2012-09-07 Thread RaiMan
use newest version (r930) and here you are. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/860412 Title: [request] want preset for input field in input() Status in Sikuli: Fix Committed Bug

Re: [Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread RaiMan
Question #207946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207946 RaiMan proposed the following answer: Might be ? I am talking about headless machines, which do not work. When running a Sikuli script on a machine, there must be a monitor actively showing, what Windows

Re: [Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread Alex Yi
Question #207946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207946 Status: Answered = Solved Alex Yi confirmed that the question is solved: Yes, that is exactly what our developer was saying. Thanks that solved my question. You are amazing. sincerely, Alex Yi --

Re: [Sikuli-driver] [Question #207946]: Exported Sikuli Test executable from local machine does not work on remote machine

2012-09-07 Thread Alex Yi
Question #207946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207946 Alex Yi 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

[Sikuli-driver] [Question #207981]: Problem running the test in FAQ #2005. Environment variables are set correctly but test does not execute properly

2012-09-07 Thread Ivan Ho
New question #207981 on Sikuli: https://answers.launchpad.net/sikuli/+question/207981 --- now make the following base test on a command line run the following java -jar %SIKULI_HOME%sikuli-script.jar -i when I run this I get error: unable to access jar file C:\Program even though I have the path

Re: [Sikuli-driver] [Question #207981]: Problem running the test in FAQ #2005. Environment variables are set correctly but test does not execute properly

2012-09-07 Thread Ivan Ho
Question #207981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/207981 Description changed to: --- now make the following base test on a command line run the following java -jar %SIKULI_HOME%sikuli-script.jar -i when I run this I get error: unable to access jar file C:\Program

[Sikuli-driver] [Question #207992]: setShowActions(True) on Linux

2012-09-07 Thread Edmundo Valle Neto
New question #207992 on Sikuli: https://answers.launchpad.net/sikuli/+question/207992 Im trying to use the global function setShowActions(True) but no visual effect is enabled. Im using Sikuli X 1.0rc3 on Ubuntu 11.10, is there any known problem with this? -- You received this question

[Sikuli-driver] [Question #207993]: How to force a Sikuli script to quit on Linux

2012-09-07 Thread Edmundo Valle Neto
New question #207993 on Sikuli: https://answers.launchpad.net/sikuli/+question/207993 In question #116896 it says about how to make it quit in Mac and Windows, but how do I make it stop the execution of a script on Linux? -- You received this question notification because you are a member of