← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #210850]: Typing on to a text field in Android EMulator

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
yes:

scr.type(Key.TAB);
scr.wait((double) 0.5);
scr.type("some text");

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