← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #186644]: screen type some times misses the characters

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
That is a typical timing problem. The action before the type (e.g.
giving focus by a click to the target) is not terminated by the GUI
element (not ready for input).

try something like that:

click()
wait(0.5) # try out, what your specific timing might be
type()

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.