← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202853]: Drag or mouseDown won't grab a selection

 

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

Kyle VandenLangenberg gave more information on the question:
Here is the section of code:

click("fileone.png")
click("filetwo.png", KeyModifier.SHIFT)
wait(1)
hover("bothfiles.png")
mouseDown(Button.LEFT)
wait(1)
mouseMove("dropfolder-1.png")
wait(1)
mouseUp(Button.LEFT)

Again, its like its not actually mousing-down.

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