[Sikuli-driver] [Question #269490]: Sikuli will not find images after a Java function change

2015-07-21 Thread bphand
New question #269490 on Sikuli: https://answers.launchpad.net/sikuli/+question/269490 I know the summary is sort of vague, so let me try to be a little more clear. I am automating the testing of a Java applet (and using TestNG as a testing framework, if that helps at all). I have two classes: th

Re: [Sikuli-driver] [Question #269490]: Sikuli will not find images after a Java function change

2015-07-21 Thread bphand
Question #269490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269490 bphand posted a new comment: Sorry, what I meant by "it crashes" is that I throw a FindFailed exception. And yes, it is Java. In summary: Sikuli works when I put all of the code in one function. I

Re: [Sikuli-driver] [Question #269490]: Sikuli will not find images after a Java function change

2015-07-21 Thread bphand
Question #269490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269490 bphand posted a new comment: And if it helps, I am using the Eclipse IDE, and not Sikuli IDE. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #269582]: "Text Search currently switched off"....Even though I have it on?

2015-07-23 Thread bphand
New question #269582 on Sikuli: https://answers.launchpad.net/sikuli/+question/269582 **USING ECLIPSE IDE AND JAVA AS THE LANGUAGE** I'm currently facing a problem in which I am throwing a "FindFailed" exception that states, "Text search currently switched off." This should not be happening, a

Re: [Sikuli-driver] [Question #269582]: "Text Search currently switched off"....Even though I have it on?

2015-07-23 Thread bphand
Question #269582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269582 Status: Open => Solved bphand confirmed that the question is solved: Never mind. I have figured out a work around. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #271389]: How to perform an action after .wait() does not find image?

2015-09-14 Thread bphand
New question #271389 on Sikuli: https://answers.launchpad.net/sikuli/+question/271389 The summary is this: I want to wait for an image. I use screen.wait(image,time) to achieve this. Sometimes the image is not found after this wait period. I want to continue to run code after this by saying ( if

Re: [Sikuli-driver] [Question #271389]: How to perform an action after .wait() does not find image?

2015-09-14 Thread bphand
Question #271389 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271389 Description changed to: The summary is this: (I am using Java, by the way) I want to wait for an image. I use screen.wait(image,time) to achieve this. Sometimes the image is not found after this wait period.

Re: [Sikuli-driver] [Question #271389]: How to perform an action after .wait() does not find image?

2015-09-14 Thread bphand
Question #271389 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271389 Status: Answered => Open bphand is still having a problem: How long does exists() search for the image? As I said, I want to do something after Sikuli has spent some time searching for the image