← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #195048]: how can i use type() in the phone simulator

 

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

RaiMan proposed the following answer:
Sorry, did not want to irritate you with my BTW. This was only an
option, if applicable for your situation: tabbing through the GUI
elements.

So let me try again:
If that the click("Tsxi.png") gives focus to the text input field of the tested application (positions the caret (text input cursor)), then a following type("abc") should do what you want.

so clearly said: before using a type("some-text"), the GUI element (text
input field(area) must be ready to accept keyboard input.

You might test this, if you run your script without the type() and then
check your applications GUI manually.

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