Question #144908 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/144908
Status: Open => Solved
Richard Matthews confirmed that the question is solved:
Found some info on web, ended up like this:
type("c",KEY_CTRL)
FirstName =Env.getClipboard()
type(Key.RIGHT)
type("c",KEY_CTRL)
Surname = Env.getClipboard()
type(Key.RIGHT)
type("c",KEY_CTRL)
ShortEntityName = Env.getClipboard()
type(Key.RIGHT)
type("c",KEY_CTRL)
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp