← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #246466]: paste() doesn't seem to work

 

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

RaiMan posted a new comment:
Uuups, I am really sorry for not having answered earlier:
Env.setClipboard("some text") # available with 1.0.1+ but not yet in the docs

fills the clipboard and can be used to paste something later using the
keyboard, e.g.

type("v", Key.CTRL)

or
rightClick()

in your case.

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