octalmage / robotjs

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

New version of robotjs on npm #682

Open MikeP707 opened 3 years ago

MikeP707 commented 3 years ago

Need for new release version on npm

Expected Behavior

New version of robotJs on npm.

Current Behavior

In the begining of last year were implemented some fixes for mouse scroll issue on windows. On actual version 0.6 it's not implemented and bug still exist.

Possible Solution

Release of a new version on npm 0.6x to pass this fixes to npm

Steps to Reproduce (for bugs)

  1. When we use mouse scroll it doesn't work on windows with version 0.6

Context

I need this scroll to implement in electron project on Windows OS

Your Environment

s1hofmann commented 2 years ago

Maybe you want to give https://github.com/nut-tree/nut.js try. It’s an enhanced framework for desktop automation combining possibilities of robot-js with image matching via OpenCV which provides prebuilt binaries for several node and Electron versions.

It provides a nice API and additional features like highlighting desktop regions or retrieval of window coordinates / dimensions.