Sikulix Mouse Middle Wheel Turn Keyboard Mapping

Asked by Chathura

I am looking a Sikulix mouse middle wheel turn UP and DOWN keyboard mapping combination.

Similar to:
mouseDown(Button.LEFT)

#or
type("a",Key.CTRL)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
masuo
Solved:
Last query:
Last reply:
Revision history for this message
Best masuo (masuo-ohara) said :
#1
Revision history for this message
Chathura (chathuragune) said :
#2

wheel(Location(800,800),WHEEL_DOWN, 2) #x=800,y=800 pixels, 2=steps

Revision history for this message
Chathura (chathuragune) said :
#3

Thanks masuo, that solved my question.