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

    Status: Open => Answered

RaiMan proposed the following answer:
sorry, but this are Sikuli basics and I do not have the time to write
your code.

to be able to type anything to anywhere, you always have to take care,
that the GUI element has focus (has an input cursor, ready to accept
keyboard input).

To give focus to any GUI element, you have to do the same as manually:
click(the _correct_place); // usually inside the textfield
type("whatever");

or you might as well use the TAB key to jump from GUI element to GUI
element if this is more suitable.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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