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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp