Re: [Sikuli-driver] [Question #542471]: Can Sikuli throw an exception if image file is not found?

2017-03-09 Thread Spencer Keller
Question #542471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/542471 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Thanks so much. I guess I have a decision to make. :) -- You received this question notification because your t

Re: [Sikuli-driver] [Question #296386]: Including sikulixlibslux.jar in a executable Java jar file

2016-07-13 Thread Spencer Keller
Question #296386 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/296386 Status: Open => Solved Spencer Keller confirmed that the question is solved: Never mind. I figured out how to do this. I needed to run the maven "mvn install:install-file" co

[Sikuli-driver] [Question #296386]: Including sikulixlibslux.jar in a executable Java jar file

2016-07-13 Thread Spencer Keller
New question #296386 on Sikuli: https://answers.launchpad.net/sikuli/+question/296386 I have a Java Sikuli project that builds and executes just fine on Windows. I'm now trying to get it to run on Linux but get an error that /sikulixlibs/linux/libs64 is not on the classpath. I build the

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-06-01 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Hello, I went back and looked at this today and I have figured out what is/was going on and it has NOTHING to

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Spencer Keller posted a new comment: What will Sikuli do if it finds two matches within a Region? Won't it just return the first match it finds? -- You received this question notification because your

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Spencer Keller posted a new comment: Hi RaiMan, Timing was my first thought too so I added a sleep before the findRegion.wait() with not impact. I just did as you suggested and added 45 seconds to the wait

[Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-05-04 Thread Spencer Keller
New question #293250 on Sikuli: https://answers.launchpad.net/sikuli/+question/293250 I've got a weird one. I'm writing automated tests for an Adobe Flash based webapp and I have a strange problem and I'm wondering if anyone else has ever seen this and possibly has a work-a-round. I have some

Re: [Sikuli-driver] [Question #290565]: [1.1.0] Mouse.move(x, y): seems to block subsequent usage of Region.click()

2016-04-13 Thread Spencer Keller
Question #290565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290565 Status: Answered => Solved Spencer Keller confirmed that the question is solved: I like your work-a-round better than mine and it works just fine. Thanks. -- You received this question notificat

Re: [Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-12 Thread Spencer Keller
Question #290565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290565 Status: Needs information => Open Spencer Keller gave more information on the question: Hi, I'm using the sdk jar that came with the Sikuli 1.1.0 "SikuliX" download from: https://launchp

[Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-11 Thread Spencer Keller
New question #290565 on Sikuli: https://answers.launchpad.net/sikuli/+question/290565 I'm using Sikuli V1.1 with Java 1.7. (I'm calling the Sikuli Java SDK) I just added a little code to move the mouse and "click" ( Mouse.down()) followed by Mouse.up() ) to select an item from a combo box. It

Re: [Sikuli-driver] [Question #286253]: Need a region is quiet (not changing) function

2016-02-22 Thread Spencer Keller
Question #286253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286253 Status: Open => Solved Spencer Keller confirmed that the question is solved: Well I wrote it and it works very well. I now feel like my code is making a reasonable check to see if the applicat

[Sikuli-driver] [Question #286253]: Need a region is quiet (not changing) function

2016-02-18 Thread Spencer Keller
New question #286253 on Sikuli: https://answers.launchpad.net/sikuli/+question/286253 Have a question. I'm building a test framework, in Java to test a Flex web application and need a “waitForQuietRegion()” method. This application paints in a very random order and sometimes paints fast and

Re: [Sikuli-driver] [Question #280218]: SilkuliX can't find images in an executable jar.

2016-02-10 Thread Spencer Keller
Question #280218 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280218 Status: Solved => Open Spencer Keller is still having a problem: Hello, I would like to re-open this question. I still can not get this to work. Back in December I was working on a POC (Pr

Re: [Sikuli-driver] [Question #280218]: SilkuliX can't find images in an executable jar.

2016-02-10 Thread Spencer Keller
Question #280218 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280218 Status: Answered => Solved Spencer Keller confirmed that the question is solved: I am all set. I am embarrased to say that I had "fat fingered" my classname. It is working perfectly and

Re: [Sikuli-driver] [Question #280571]: How to convert a Region snapshot to a java byte array.

2016-01-06 Thread Spencer Keller
Question #280571 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280571 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Thanks RaiMan. I saw in the ScreenImage javadoc that it is a "CANDIDATE FOR DEPRECATION" so I was trying

Re: [Sikuli-driver] [Question #280218]: SilkuliX can't find images in an executable jar.

2015-12-30 Thread Spencer Keller
Question #280218 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280218 Status: Answered => Open Spencer Keller is still having a problem: Thank you. spence On Wed, Dec 30, 2015 at 1:09 AM, RaiMan < question280...@answers.launchpad.net> wrote: > Your ques

[Sikuli-driver] [Question #280218]: SilkuliX can't find images in an executable jar.

2015-12-28 Thread Spencer Keller
New question #280218 on Sikuli: https://answers.launchpad.net/sikuli/+question/280218 I'm packaging a SikuliX application up as an executable jar file and I'm having trouble with the path to the images. The jar file has a directory called /images where all of the .png files live but when I

Re: [Sikuli-driver] [Question #278990]: Questions about the Region observers

2015-12-17 Thread Spencer Keller
Question #278990 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278990 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #279331]: Does SikuliX cache images?

2015-12-17 Thread Spencer Keller
Question #279331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279331 Status: Answered => Solved Spencer Keller confirmed that the question is solved: What I have observed may be a bug or something that I'm doing incorrectly. I will mark this as solved and if I

[Sikuli-driver] [Question #279331]: Does SikuliX cache images?

2015-12-16 Thread Spencer Keller
New question #279331 on Sikuli: https://answers.launchpad.net/sikuli/+question/279331 I'm seeing some strange behavior with SikuliX trying to locate images on the screen. I have seen this twice now in two days where my code calls Region.find(“some image file”) and SikuliX finds the wrong

[Sikuli-driver] [Question #278990]: Questions about the Region observers

2015-12-14 Thread Spencer Keller
New question #278990 on Sikuli: https://answers.launchpad.net/sikuli/+question/278990 Hello, I'm having some conceptual issues with the Region observe methods, onAppear(), onChange() and onVanish(). A little background, I'm using version 1.1.0 of SikuliX and I'm writing my tests in Java not

[Sikuli-driver] [Question #277315]: Can't get onAppear to work.

2015-12-09 Thread Spencer Keller
New question #277315 on Sikuli: https://answers.launchpad.net/sikuli/+question/277315 Hello, I'm evaluating SikuliX (V1.1.0) as a possible testing tool for our automation test effort. At present I'm writing all of my tests in Java as I know the language much better than Python. So here's my

Re: [Sikuli-driver] [Question #277315]: Can't get onAppear to work.

2015-12-09 Thread Spencer Keller
Question #277315 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/277315 Status: Open => Solved Spencer Keller confirmed that the question is solved: I figured it out from the JavaDoc. I was not starting an observer thread. Duh. Thanks, Spe