dmtrKovalenko / cypress-real-events

Fire native system events from Cypress.
MIT License
755 stars 67 forks source link

pass buttons prop to realMouseMove #623

Open bogdanS-e opened 7 months ago

bogdanS-e commented 7 months ago

Is there a way to pass buttons (https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons) prop to realMouseMove?

I have a drag-and-drop functionality in my application. And have an event listener for mouse move that listens when buttons: 1 (left mouse button is down)

realMouseMove triggers event only with buttons: 0 (no buttons are pressed)

bogdanS-e commented 7 months ago

@dmtrKovalenko