sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31523
Re: [Question #264573]: Issue with uploading
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.