← Back to team overview

sikuli-driver team mailing list archive

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:
Sikuli itself is running on Mac with Java.  Sikuli starts the Parallels
and then windows.

i tried it in a Simple Methode, but it doesnt work (pastes always the
same)

for Example:

public void pasteSomething(){
Screen screen = new Screen();
screen.paste("1");   // pastes 1
screen.paste("2");  // pastes 1
screen.paste("3"); // pastes 1
}

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