You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any good example on how to properly trigger drag and drop programmatically using console? Due to technical limitations of our end to end testing environment, I am thinking of injecting JavaScript with custom events that would actually trigger drag and drop event... A good example or code snippet would be nice
The text was updated successfully, but these errors were encountered:
Yes with alot of struggling and tracking down the internal behavior of the library, yes I was able to dispatch drag and drop through JS events... I could send a snippet of how I managed to do that, but depending on which version of library you are using, it might/might not work if internal APIs workflow has changed.
Is there any good example on how to properly trigger drag and drop programmatically using console? Due to technical limitations of our end to end testing environment, I am thinking of injecting JavaScript with custom events that would actually trigger drag and drop event... A good example or code snippet would be nice
The text was updated successfully, but these errors were encountered: