sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07832
Re: [Question #183382]: type(zone, string of 4 digits) gives "invalid character" message
Question #183382 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183382
Status: Open => Answered
RaiMan proposed the following answer:
That might be, did not think about that.
try with the numpad keys:
type(Key.NUM1)
(seed docs: http://sikuli.org/docx/keys.html#key-constants)
Take care for num-lock (type(Key.NUM_LOCK) together with Env.isLockOn()
).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.