← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663835]: paste doesn't work sometimes

 

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.