octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.26k stars 937 forks source link

Mouse wheel #701

Open mattiasghodsian opened 2 years ago

mattiasghodsian commented 2 years ago

Will there be mouse wheel (scroll up and down) support?

Grayseon commented 2 years ago

You should be able to by doing:

robot.scrollMouse(x number, y number)

Jcapehart2 commented 2 years ago

It actually doesn't work >.<

0x7s0lt1 commented 2 years ago

Not much, but in same case the PageUp,PageDown and the Arrow buttons can be alternatives!

AkasaHakase commented 1 year ago

实际上scrollMouse已失效,在win它没有任何反应