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

    Status: Open => Answered

masuo proposed the following answer:
click url text box and then type url strings?
it may be necessary wait time between click() and type().

click("image1.png")
sleep(3)
type("http://www.sikuli.org/";)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to