sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25283
Re: [Question #246919]: dragDrop() + KeyModifier issue?
Question #246919 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246919
Status: Open => Answered
RaiMan proposed the following answer:
my nickname is RaiMan ;-)
dragDrop does not have a 3rd parameter defined.
If you need the ALT-Key pressed during the dragDrop operation, you have to use
keyDown(Key.ALT)
dragDrop(from, to)
keyUp()
for a fine-grained drag-drop workflow, you have to split up the
operation into it's atomic parts using the low level mouse and keyboard
actions.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.