sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14952
[Question #215944]: (Russian) How I can do several low-level mouse action simultaneously
A question was asked in a language (Russian) spoken by
none of the registered Sikuli answer contacts.
https://answers.launchpad.net/sikuli/+question/215944
Hello.
In my project I need to do several (two) low-level mouse action simultaneously. This is mouseDown(Button.RIGHT) and mouseMove(PSRML).
When I write: "mouseDown(Button.RIGHT) mouseMove("i.png")" or "mouseDown(Button.RIGHT)|mouseMove("F.png") ", I get required result, but program stopping and throw out exception "TypeError: unsupported operand type(s) for : 'NoneType' and 'int'".
How i can do this operation in sikuli X?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.