← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #554516]: Clipboard not being updated when iteracting with SUSE Linux

 

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.