testing rotation in sikuli

Asked by SAMEENA FIRDOS

I have one gui application and on left clicking on object and moving the mouse the object rotates accordingly.So how can i do this rotation with sikuli

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
SAMEENA FIRDOS
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

you have to calculate points along some curve to move the mouse accordingly with mouseMove().
Be aware: http://sikulix-2014.readthedocs.io/en/latest/scripting.html#Settings.MoveMouseDelay

Revision history for this message
SAMEENA FIRDOS (sameenafirdos121) said :
#2

Thanku it help me solve the problem