Question #554516 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/554516

Andre F. Gagnon posted a new comment:
FYI.  Already have waits (wait(1)) between each select and copy.
Example block:

if SC.exists("ALLWUSERS.png"): SC.click("ALLWUSERS.png");
wait(1);
type("c",Key.CTRL);
cb=Env.getClipboard();
print cb;

-- 
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

Reply via email to