← Back to team overview

sikuli-driver team mailing list archive

[Question #210418]: paste() on Parallels doesn't work correctly

 

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

Hello,

i am using mac and trying to use sikuli on Windows with Parallels.
the paste() method doesn't work correctly on Windows. it takes always the first paste() method.

like here:

screen.paste("123");    // 123
screen.paste("abc");     // 123
screen.paste("456");    // 123

can anyone help me to solve this problem?



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