← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209668]: How to hold "shift" + click + drag?

 

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

RaiMan posted a new comment:
@Zach
When asking questions deep down as comment in other questions you should subscribe to the question to get notified!
This time I did it for you.

might be, that a wait after the hover is needed:

folders.hover(targetFile.png)
wait(0.5)
mouseDown(Button.LEFT)
wait(0.5))
center.hover(dashboard.png)
wait(0.5)
mouseUp()

my experience: wait(0.5) is usually sufficient with mouse ops

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