sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32713
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
Eugene S proposed the following answer:
Hi,
I would consider a different approach to your design.
Clipboard is not designed to maintain lists or lines of data. If you want to keep your errors somewhere in shared location I would consider 2 options:
1. Logging - to screen or to file. You can use Python logging module for that purpose.
2. Write to file if you want to have just the errors alone.
Eugene
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.