sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13549
Re: [Question #210418]: paste() on Parallels doesn't work correctly
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.