Question #403518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/403518
Status: Open => Answered
RaiMan proposed the following answer:
I guess, to start Firefox and show the google page lasts more than 3
seconds.
try this instead of s.click(gmail);
s.click(s.wait(gmail, 10));
this waits 10 seconds for the image to appear.
--
You received this question notification because your team Sikuli Drivers
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