← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #403518]: Sikuli is not able to find any image file on my Mac system

 

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.