sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13687
Re: [Question #211285]: FindFailed Exception - image not found on screen
Question #211285 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211285
Status: Open => Answered
RaiMan proposed the following answer:
as the message tells you:
org.sikuli.script.FindFailed: FindFailed: can not find 1350310634298.png on the screen.
happened on line 14 in your script containing
doubleClick("1350310634298.png")
and simply means what it tells:
latest after 3 seconds the image did not appear on the screen, after doubleClick() started waiting for it.
Many more informations about this standard situation and possible
reasons/workarounds can be found in the docs and/or her in this board.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.