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

emrah kara gave more information on the question:
Screen screen = new Screen();
screen.paste("1"); // pastes 1

Screen screen2 = new Screen()
screen2.paste("2"); // pastes 1

if i use two different Screen objects, it works. but it is not so good
that i have to initial an object, if i want to use paste() methode.

-- 
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

Reply via email to