sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47902
Re: [Question #671307]: Sikuli does not execute the commands properly
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.