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

    Status: Open => Answered

RaiMan proposed the following answer:
I guess:
 1: self.fileCommon.openFile("cmd")

opens some GUI, where the paste() should fill in.

You have to somehow wait for the GUI to be ready, e.g. insert a dumb
wait(1) or a more intelligent wait(someImage, 10), that if found signals
the GUI to be ready.

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