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

RaiMan requested more information:
You might check your Java installation and possibly uninstall/reinstall.

Another option:

isolate the respective wait()'s and click()'s into a separate simple
script, run it from command line  and look what happens.

What app are you trying to click on?

what happens in the faulty script if you replace a click(target) by a
wait(target)
moveMouse(getLastMatch())
mouseDown(Button.LEFT)
mouseUp()

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to