← Back to team overview

sikuli-driver team mailing list archive

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.