sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58506
Re: [Question #703663]: no viable alternative at input keydown?
Question #703663 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/703663
Status: Open => Answered
Manfred Hampl proposed the following answer:
You have to put the C between quotes to specify that it is the character "C" and not a variable with that name.
keyDown("C")
or
keyDown("c")
if it is without "shift".
What is the exact error message for the mouse click? (I assume it cannot
be "... at input 'keyDown'")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.