← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #647999]: Env.getClipboard does not return anything

 

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

    Status: Answered => Open

Sam is still having a problem:
Hmmm, perhaps it is working :


click("1499974350527.png")


type("a", KeyModifier.CTRL)
wait(1)
type("c", KeyModifier.CTRL)
wait(1)
#Text = Env.getClipboard()
print Text
click("1499974394454.png")
paste(Env.getClipboard())
print "butt"
print len(Text)



When I print the length of the text it calculates it length. It will print "butt" in the message area and the length of what is in the clipboard. It just won't print the contents of the clipboard. 

Any way, it seems like it is grabbing the text, but for whatever reason
when I try to print it, it doesn't show up in the message area of the
IDE

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.