sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26317
Re: [Question #250083]: select value vertically by clicking ctrl+alt and drag mouse downwards
Question #250083 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250083
Status: Open => Answered
RaiMan proposed the following answer:
keyDown(Key.CTRL)
keyDown(Key.ALT)
dragDrop()
keyUp()
... you have to <java-ize> it ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.