← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #217841]: Win2008 - doubleclick not working

 

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

    Status: Answered => Solved

D Holmes confirmed that the question is solved:
RaiMan,
The beautiful thing about computers is that there's more than one way to get something done. 
My problem was with hover / doubleclick, so I simply omitted those. Instead I regressed to the 'type' command. 

type("d",KeyModifier.WIN) ##gets desktop focus, even if there's a window on top of my icon I'm starting
wait(1) # because it Sikuli you should wait 1 between everything you do
type("FD") #which takes me to my icon 
type(Key.ENTER) # ha, it's a double click in disguise. 

I hope this helps the next guy who gets stuck here...because while
Sikuli is simply awesome, if you can't use it with remote desktop or on
VM's, it loses 65%.

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