sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42015
Re: [Question #588177]: Paste() doesn't work "perfectly"
Question #588177 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/588177
Status: Open => Answered
RaiMan proposed the following answer:
usually a timing problem: the GUI is not yet ready to accept the paste,
because your script is too fast ;-)
put a short but sufficient wait (try wait(0.5)) before the paste()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.