sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23988
Re: [Question #243322]: Issue on Region .text
Question #243322 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243322
obiwan-92 proposed the following answer:
@RaiMan
Don't worry. Actually I still read the documentation, sometimes.
Thanks for calling me an expert, even if I'm not sure I am. ;-)
@Sikulipro
Key is a class who containing all the key of a qwerty keyboard (Key.NUM1, Key.ESC, Key.SHIFT, Key.ENTER, ....)
KeyModifier use the Java code mask to simulate a double action (KeyModifier.SHIFT, KeyModifier.ALT, ...).
For example : type('c', KeyModifier.CTRL) -> do Ctrl + c (the copy shortcut, just like you do :-) )
Best regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.