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

Can you tell me on client side wheere Ic an download jar to compile and run 
following code?

https://github.com/enix12enix/sikuli-remote-control


RemoteScreen rs = new RemoteScreen("localhost");
rs.setMinSimilarity(0.9);
rs.click("D://test.png");
rs.click("http://example.org/test.png";);
rs.find("D://test.png");
rs.find("http://example.org/test.png";);
rs.doubleClick("D://test.png");
rs.doubleClick("http://example.org/test.png";);
rs.waitUntil("D://test.png", 5000);

I am trying to implement Sikulli RC on MAC OSX, I have donwloaded the serve and 
now perform some client side scripting to send request to server.
Please help 
thanks
Pushpinder




-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to