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

RaiMan posted a new comment:
@ Chandana

Does the capture button of the IDE work? (inserts the image thumbnail
into the script)

might be a typo, but it must be:

type("paint")

and since I guess you are clicking the Windows start button, a wait
after the click is helpful, to give the GUI some time:

click("start.png")
wait(1)
type("paint")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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