sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01225
Re: [Question #144908]: assigning variable from Excel
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.