[Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
New question #221627 on Sikuli: https://answers.launchpad.net/sikuli/+question/221627 Hey all, I am trying to run a simple test in Java with Sikuli on Mac. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public class MacTest { @Test public void

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Linked to bug: #220385 https://bugs.launchpad.net/bugs/220385 envy needs to pull drivers from multiverse, not PPA -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Description changed to: Hey all, I am trying to run a simple test in Java with Sikuli on Mac. This is the script that I have: import org.junit.Test; import org.sikuli.script.App; public class MacTest {

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread J
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Removed link to bug: #220385 https://bugs.launchpad.net/bugs/220385 envy needs to pull drivers from multiverse, not PPA -- You received this question notification because you are a member of

[Sikuli-driver] [Question #221638]: GUI front end to select functions to run?

2013-02-11 Thread Tom Hinds
New question #221638 on Sikuli: https://answers.launchpad.net/sikuli/+question/221638 Hi Folks, Mostly new to Sikuli. I've been using Sikuli and Python to help with acceptance scripts. Some simple stuff like verifying data entry and comparing report output across multiple version of our

Re: [Sikuli-driver] [Question #221497]: copy mouse action

2013-02-11 Thread Becky Chang
Question #221497 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221497 Status: Answered = Open Becky Chang is still having a problem: Thank you for your answer. But I really don't familiar with these scripts. Can I have a simple sample that a mouse keeps clicking an image

Re: [Sikuli-driver] [Question #221497]: copy mouse action

2013-02-11 Thread RaiMan
Question #221497 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221497 Status: Open = Answered RaiMan proposed the following answer: for i in range(100): click(image) this will 100 times search the image on the whole screen (takes between 0.5 and 1 sec) and click the

Re: [Sikuli-driver] [Question #221497]: copy mouse action

2013-02-11 Thread RaiMan
Question #221497 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221497 RaiMan proposed the following answer: ... and the most important: faq 1800 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #221627]: Unsatisfied Link Error With Sikuli-IDE.app Correctly in the Applications Folder

2013-02-11 Thread RaiMan
Question #221627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/221627 Status: Open = Answered RaiMan proposed the following answer: There is a bug in the current Sikuli version using Java: the Screen class must be instantiated before the App class is used. easiest