octalmage / robotjs

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

mouseClick() resets mouse location #581

Closed yogurtsyum closed 3 years ago

yogurtsyum commented 4 years ago

Expected Behavior

It clicks at the current mouse location.

Current Behavior

It clicks at the top left of the screen even if thats not the current mouse location.

Possible Solution

Steps to Reproduce (for bugs)

  1. Try .mouseClick();

Context

To click at the current mouse location.

Your Environment

samupp2758 commented 4 years ago

Same Here!

yogurtsyum commented 4 years ago

Just to confirm, I am still having this issue. It appears this repository's issues are being closed because they are old even though they weren't resolved.

IndyVC commented 4 years ago

I am not having this issue. Post full code so they can really look at it.