New question #682449 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682449
When a VNC node is a node rather than a hub, the paste () method inputs the
contents of the original pasteboard of the node system rather than what I want
to input.
1. I copied text on the node server.The text is "abc".
2. Then,I run my code like this "
VNCScreen vnc = VNCScreen.start("192.168.1.104", 5900, "pasword", 10, 10000);
ImagePath.add("D:/xxx/sikuli/image/");
vnc.wait("baidu.png");
vnc.paste("baidu.png", "efg");
vnc.close();
vnc.stop();
".
3. I see that the node screen enters "abc"in the input box in the picture,but
what I want is "efg".
--
You received this question notification because your team Sikuli Drivers
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