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

RaiMan proposed the following answer:
Since Sikuli does not know anything about timing of the underlying GUI,
you have to add some wait() after an action, that should activate an
input field for type (give focus) - hence BEFORE the type().

You might try with paste(text) instead of type(text). 
Usually only the first field, that is activated with a click, might make 
problems. The subsequent type()'s after a TAB should work.

This is especially true for GUI's shown in a browser.
 SikuliX is completely visual. 
 
 if this is not ok for you, then you have to use libraries like Selenium, that 
are aware of the GUI running in a browser.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to