← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185286]: Need the code to give input to the fields

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
try this:

click("1327062380260.png"); wait(1)
type("123")
wait(1)
type(Key.TAB) # should go to the password field
type("123")


--- click("1327062380260.png")
make sure, the emulator window has focus and that the resulting click point is inside the entry field (the center of the captured image.

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