sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11647
Re: [Question #202853]: Drag or mouseDown won't grab a selection
Question #202853 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202853
Status: Open => Answered
RaiMan proposed the following answer:
Might be a timing problem.
Try something like that:
mouseDown()
wait(0.5)
mouseMove()
wait(0.5)
mouseUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.