← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #140519]: Sikuli X - Windows - libraries not found - problems when running a script

 

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.