sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32032
Re: [Question #265794]: Is there a way to tell Sikuli to wait until clipboard context change?
Question #265794 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265794
RaiMan proposed the following answer:
correct:
BeforeABBYY = App.getClipboard()
AfterABBYY = App.getClipboard()
while BeforeABBYY == AfterABBYY:
AfterABBYY = App.getClipboard()
wait
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.