← Back to team overview

sikuli-driver team mailing list archive

[Question #194165]: get lines (not characters) from clipboard

 

New question #194165 on Sikuli:
https://answers.launchpad.net/sikuli/+question/194165

hi guys,

there is any way to get entire lines from Evn.clipboard ?

cause when i try this:

//copy - "hello world"

xReader = Env.getClipboard()
for line in xReader:
    print line
    
i get every character in a new line, like this:
h
e
l
l
o
....
but i need to get the entire line....can any one help me?
tanks


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