sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47968
[Question #671471]: SikuliX not finding moving images
New question #671471 on Sikuli:
https://answers.launchpad.net/sikuli/+question/671471
I'm trying to have Sikuli click on an arrow inside of a textbox so that the next textbox can appear. It's basically a text advancing button. The problem is that the arrow lazily moves up and down and Sikuli fails the find. I am waiting 10s, which should be more than enough time. I have a hunch that since the arrow is moving up and down, Sikuli is not able to find and interact with it before the arrow changes position again.
In my latest attempt, I actually got this:
FindFailed: imgs/arrow.png: (71x54) seen at (1357, 864) with 1.00 in R[341,70 1220x763]@S(0) E:Y, T:3.0
Line 2761, in file Region.java
Normally when FindFailed exception is thrown, I don't see the "seen at (x, y)" part, but this time I did. Any help would be appreciated in getting Sikuli to click a (slow) moving object.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.