← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255377]: Win7: Sikuli cannot select program in Start Menu

 

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

Description changed to:
Sikuli: IDE 1.0.1
Win 7 

Hi
How do you use Sikuli to launch a program by clicking on Window Start, then a program e.g FileZilla.
When I try this the Start Menu disappears before the Program  (FileZilla in this case) is clicked

hover(Pattern("Start Menu img").similar(0.89))
click(Pattern("Start Menu img").similar(0.87))
wait(3)
wait("FileZilla img")
wait(3)
click("FileZilla img")   <- This fails. The start menu disappears and Sikuli clicks on the location that FileZilla had occupied .

Thanks

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