sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22542
Re: [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules
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.