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

    Status: Open => Answered

RaiMan proposed the following answer:
--1. observe(5)
this is simply a wait(5), since nothing is observed (no onXXX() before).
So use wait(5) instead.

--2. FindFailed
This happens after the program Hpqdirec.exe is started (which should work as 
you stated) and within 8 seconds (5 + 3) the image does not get visible on the 
screen.
reasons:
-- 8 seconds are too short in the scheduled situation (disk latency at wake up?)
-- the monitor is not active (no screen content)

You have to check, what really happens on your machine in the scheduled
situation.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to