sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13575
Re: [Question #210418]: paste() on Parallels doesn't work correctly
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Open
emrah kara is still having a problem:
that is my code now to test wether the normal copy/paste works:
1- screen.type("a", InputEvent.META_MASK); //(mac) it works
2- screen.type("x", InputEvent.META_MASK); // (mac) it works
Thread.sleep(6000);
3- screen.type("v", InputEvent.CTRL_MASK); // (parallels-windows) it works
4- screen.paste("google.de"); // (parallels-windows) it doesnt work. it pastes the same from command 3
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.