← Back to team overview

sikuli-driver team mailing list archive

[Question #243530]: Issue on get clipboard

 

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

Hi,

click("1391771317142.png"), type('c', KeyModifier.CTRL)
a = Env.getClipboard()
print a
click("1391771329823.png"), type('c', KeyModifier.CTRL)
b =  Env.getClipboard()
print b

    

i get  same answer 

Actual 
a= abc
b= abc
Expected
a= 123
b= abc





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