Trigger mouseMove and mouseUp events on a single HTML element #15156
Unanswered
himeshkothari
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My application has data rendered from BackEnd and I want to drag the data from one part of the canvas to another. I don't get this to work with
cy.trigger('mouseMove').trigger('mouseDown, {x : x1, y : y1}).trigger('mouseDown').trigger('mouseUp);
Any help?
Beta Was this translation helpful? Give feedback.
All reactions