← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232234]: Type what is in clipboard into a dropdown menu

 

Question #232234 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232234

    Status: Open => Answered

RaiMan proposed the following answer:
text = Env.getClipboard() # now text contains the text from clipboard
type(text)

Problems will arise, if the text does not contain letters, numbers and a
few special characters since type is still only useable with an en:US
qwerty keyboard layout.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.