← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #168125]: Sikuli on different Resolutions

 

Question #168125 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168125

    Status: Open => Answered

RaiMan proposed the following answer:
since it seems, that other images have worked before in your script, you
seem to have a problem on your new release with image
"1313482269295.png".

is it a timing problem? does it take longer than 3 seconds for
"1313482269295.png" to come up?

If this does not help, you have to check the image separately:

- drive your app manually to the failing situation
- run the following in the Sikuli IDE:
setBundlepath(absolute path to your failing script.sikuli)
m = find("1313482269295.png")

and see what happens experimenting with this image.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.