← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #145890]: Errors running Java apps

 

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

    Status: Needs information => Answered

RaiMan proposed the following answer:
If this is a problem, then with X-1.0rc2 it is possible to adjust, how
many times per second Sikuli tries to find during the wait (see:
http://sikuli.org/docx/globals.html#Settings.WaitScanRate).

BTW:
Click("Next.png",50) 
50 does not define a waiting time. The second parameter denotes the modifier keys used

If you want to wait for an image and then click, you have to use:

click(wait("Next.png", 50))

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