sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10053
Re: [Question #194165]: get lines (not characters) from clipboard
Question #194165 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194165
Status: Open => Answered
Jacob Dorman proposed the following answer:
Is this what you're trying to do?
xReader = Env.getClipboard()
print xReader
I'm pretty sure the dynamic typing is interpreting your variable called
"line" as a character, and just printing each character in the string
"xReader".
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.