← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #223324]: How to type text using Sikuli Java Standalone APIs

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
some GUI element, that accepts input, needs to have focus and the caret
(e.g. by a previous click() or type(Key.TAB)).

Then you use paste("some text"), to fill in.

This means, you simply simulate, what you are doing manually.

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