sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43071
Re: [Question #645781]: Inconsistency with type?
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.