← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #267700]: Is there a way to append strings to clipboard?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
to make a clipboard append try this:

content = App.getClipboard()
content = content + newContent
App.setClipboard(content)

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